Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/
Daudio_device_impl.cc95 rtc::scoped_refptr<AudioDeviceModuleImpl> audioDevice( in CreateForTest() local
100 if (audioDevice->CheckPlatform() == -1) { in CreateForTest()
105 if (audioDevice->CreatePlatformSpecificObjects() == -1) { in CreateForTest()
111 if (audioDevice->AttachAudioBuffer() == -1) { in CreateForTest()
115 return audioDevice; in CreateForTest()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallActivity.java592 AudioDevice audioDevice, Set<AudioDevice> availableAudioDevices) {
593 onAudioManagerDevicesChanged(audioDevice, availableAudioDevices);