Home
last modified time | relevance | path

Searched refs:recording_done (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc463 bool recording_done = false; in ReceivedEnoughCallbacks() local
465 recording_done = rec_count_ >= num_callbacks_; in ReceivedEnoughCallbacks()
467 recording_done = true; in ReceivedEnoughCallbacks()
475 return recording_done && playout_done; in ReceivedEnoughCallbacks()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc469 bool recording_done = false; in ReceivedEnoughCallbacks() local
471 recording_done = rec_count_ >= num_callbacks_; in ReceivedEnoughCallbacks()
473 recording_done = true; in ReceivedEnoughCallbacks()
481 return recording_done && playout_done; in ReceivedEnoughCallbacks()