Home
last modified time | relevance | path

Searched defs:audioLayer (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.cc47 int VoEHardwareImpl::SetAudioDeviceLayer(AudioLayers audioLayer) { in SetAudioDeviceLayer()
84 int VoEHardwareImpl::GetAudioDeviceLayer(AudioLayers& audioLayer) { in GetAudioDeviceLayer()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc72 int32_t id, AudioDeviceModule::AudioLayer audioLayer) { in CreateAudioDeviceModule()
85 const AudioLayer audioLayer) in Create()
126 AudioDeviceModuleImpl::AudioDeviceModuleImpl(const int32_t id, const AudioLayer audioLayer) : in AudioDeviceModuleImpl()
203 AudioLayer audioLayer(PlatformAudioLayer()); in CreatePlatformSpecificObjects() local
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc748 AudioDeviceModule::AudioLayer audioLayer; in TestAudioLayerSelection() local
2408 AudioDeviceModule::AudioLayer audioLayer; in TestDeviceRemoval() local
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h43 virtual int32_t ActiveAudioLayer(AudioLayer* audioLayer) const { return 0; } in ActiveAudioLayer()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h55 AudioDeviceModule::AudioLayer& audioLayer) const override { in ActiveAudioLayer()