Home
last modified time | relevance | path

Searched refs:_platformAudioLayer (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc133 _platformAudioLayer(audioLayer), in AudioDeviceModuleImpl()
239 _platformAudioLayer = kWindowsWaveAudio; // modify the state set at construction in CreatePlatformSpecificObjects()
304 _platformAudioLayer = kLinuxAlsaAudio; // modify the state set at construction in CreatePlatformSpecificObjects()
1944 return _platformAudioLayer; in PlatformAudioLayer()
Daudio_device_impl.h222 AudioLayer _platformAudioLayer; variable