Home
last modified time | relevance | path

Searched defs:adm (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/audio/
Daudio_state.cc67 auto* adm = config_.audio_device_module.get(); in AddReceivingStream() local
101 auto* adm = config_.audio_device_module.get(); in AddSendingStream() local
/external/webrtc/media/engine/
Dadm_helpers.cc36 void Init(AudioDeviceModule* adm) { in Init()
Dnull_webrtc_video_engine_unittest.cc32 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
Dwebrtc_media_engine.h43 rtc::scoped_refptr<webrtc::AudioDeviceModule> adm; member
Dwebrtc_voice_engine_unittest.cc96 void AdmSetupExpectations(webrtc::test::MockAudioDeviceModule* adm) { in AdmSetupExpectations()
146 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3615 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3645 adm(new rtc::RefCountedObject< in TEST() local
3679 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3730 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3778 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3829 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
Dwebrtc_voice_engine.cc242 webrtc::AudioDeviceModule* adm, in WebRtcVoiceEngine()
655 webrtc::AudioDeviceModule* WebRtcVoiceEngine::adm() { in adm() function in cricket::WebRtcVoiceEngine
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java424 final AudioDeviceModule adm = createJavaAudioDevice(); in createPeerConnectionFactoryInternal() local