Searched refs:IsLowLatencyPlayoutSupported (Results 1 – 5 of 5) sorted by relevance
74 TEST_F(AudioManagerTest, IsLowLatencyPlayoutSupported) { in TEST_F() argument76 audio_manager()->IsLowLatencyPlayoutSupported() ? "Yes" : "No"); in TEST_F()80 const bool low_latency_out = audio_manager()->IsLowLatencyPlayoutSupported(); in TEST_F()
88 bool IsLowLatencyPlayoutSupported() const;
162 bool AudioManager::IsLowLatencyPlayoutSupported() const { in IsLowLatencyPlayoutSupported() function in webrtc::AudioManager
709 bool low_latency_output = audio_manager()->IsLowLatencyPlayoutSupported(); in TEST_F()
252 if (_audioManagerAndroid->IsLowLatencyPlayoutSupported()) { in CreatePlatformSpecificObjects()