class AudioCapturerClockTestOldAPI
Defined at line 69 of file ../../src/media/audio/audio_core/test/api/audio_capturer_test_shared.h
Protected Members
static const auto kClockRights
Protected Methods
zx::clock GetAndValidateReferenceClock ()
Defined at line 74 of file ../../src/media/audio/audio_core/test/api/audio_capturer_test_shared.h
void WaitBeforeClockRelatedDisconnect ()
Wait for >1 mix job, because clock-related disconnects start in SetReferenceClock on the FIDL
thread, but must transfer to the mix thread to complete. Although our deadline-scheduler mix
period is 10ms, our mix thread will not become idle until it finishes the entire mix job.
Capture mix jobs can be as long as 50ms (see kMaxTimePerCapture in base_capturer.cc).
Defined at line 90 of file ../../src/media/audio/audio_core/test/api/audio_capturer_test_shared.h