Searched refs:GetDelayEstimateInMilliseconds (Results 1 – 6 of 6) sorted by relevance
41 EXPECT_EQ(0, audio_manager()->GetDelayEstimateInMilliseconds()); in SetActiveAudioLayer()43 EXPECT_NE(0, audio_manager()->GetDelayEstimateInMilliseconds()); in SetActiveAudioLayer()
94 int GetDelayEstimateInMilliseconds() const;
390 delay_ms = audio_manager_->GetDelayEstimateInMilliseconds() / 2; in PlayoutDelay()397 delay_ms = audio_manager_->GetDelayEstimateInMilliseconds() / 2; in RecordingDelay()
171 int AudioManager::GetDelayEstimateInMilliseconds() const { in GetDelayEstimateInMilliseconds() function in webrtc::AudioManager
192 audio_manager_->GetDelayEstimateInMilliseconds(); in AttachAudioBuffer()
538 return audio_manager()->GetDelayEstimateInMilliseconds(); in total_delay_ms()606 return audio_manager->GetDelayEstimateInMilliseconds(); in TestDelayOnAudioLayer()