Home
last modified time | relevance | path

Searched refs:IsLowLatencyPlayoutSupported (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_manager_unittest.cc74 TEST_F(AudioManagerTest, IsLowLatencyPlayoutSupported) { in TEST_F() argument
76 audio_manager()->IsLowLatencyPlayoutSupported() ? "Yes" : "No"); in TEST_F()
80 const bool low_latency_out = audio_manager()->IsLowLatencyPlayoutSupported(); in TEST_F()
Daudio_manager.h88 bool IsLowLatencyPlayoutSupported() const;
Daudio_manager.cc162 bool AudioManager::IsLowLatencyPlayoutSupported() const { in IsLowLatencyPlayoutSupported() function in webrtc::AudioManager
Daudio_device_unittest.cc709 bool low_latency_output = audio_manager()->IsLowLatencyPlayoutSupported(); in TEST_F()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc252 if (_audioManagerAndroid->IsLowLatencyPlayoutSupported()) { in CreatePlatformSpecificObjects()