OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLowLatencyPlayoutSupported
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
audio_manager_unittest.cc
74
TEST_F(AudioManagerTest,
IsLowLatencyPlayoutSupported
) {
76
audio_manager()->
IsLowLatencyPlayoutSupported
() ? "Yes" : "No");
80
const bool low_latency_out = audio_manager()->
IsLowLatencyPlayoutSupported
();
audio_manager.h
88
bool
IsLowLatencyPlayoutSupported
() const;
audio_manager.cc
162
bool AudioManager::
IsLowLatencyPlayoutSupported
() const {
164
ALOGD("
IsLowLatencyPlayoutSupported
()");
audio_device_unittest.cc
709
bool low_latency_output = audio_manager()->
IsLowLatencyPlayoutSupported
();
[
all
...]
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
252
if (_audioManagerAndroid->
IsLowLatencyPlayoutSupported
()) {
[
all
...]
Completed in 200 milliseconds