HomeSort by relevance Sort by last modified time
    Searched refs:GetDelayEstimateInMilliseconds (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.h 94 int GetDelayEstimateInMilliseconds() const;
audio_manager_unittest.cc 41 EXPECT_EQ(0, audio_manager()->GetDelayEstimateInMilliseconds());
43 EXPECT_NE(0, audio_manager()->GetDelayEstimateInMilliseconds());
audio_device_template.h 390 delay_ms = audio_manager_->GetDelayEstimateInMilliseconds() / 2;
397 delay_ms = audio_manager_->GetDelayEstimateInMilliseconds() / 2;
audio_manager.cc 171 int AudioManager::GetDelayEstimateInMilliseconds() const {
audio_record_jni.cc 192 audio_manager_->GetDelayEstimateInMilliseconds();
audio_device_unittest.cc 538 return audio_manager()->GetDelayEstimateInMilliseconds();
606 return audio_manager->GetDelayEstimateInMilliseconds();
    [all...]

Completed in 1750 milliseconds