Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc193 AudioDeviceGeneric* ptrAudioDevice(NULL); in CreatePlatformSpecificObjects() local
196 ptrAudioDevice = new AudioDeviceDummy(Id()); in CreatePlatformSpecificObjects()
199 ptrAudioDevice = FileAudioDeviceFactory::CreateFileAudioDevice(Id()); in CreatePlatformSpecificObjects()
216 ptrAudioDevice = new AudioDeviceWindowsWave(Id()); in CreatePlatformSpecificObjects()
229 ptrAudioDevice = new AudioDeviceWindowsCore(Id()); in CreatePlatformSpecificObjects()
235 ptrAudioDevice = new AudioDeviceWindowsWave(Id()); in CreatePlatformSpecificObjects()
236 if (ptrAudioDevice != NULL) in CreatePlatformSpecificObjects()
265 ptrAudioDevice = new AudioDeviceTemplate<AudioRecordJni, AudioTrackJni>( in CreatePlatformSpecificObjects()
271 ptrAudioDevice = new AudioDeviceTemplate<AudioRecordJni, OpenSLESPlayer>( in CreatePlatformSpecificObjects()
275 ptrAudioDevice = NULL; in CreatePlatformSpecificObjects()
[all …]