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
102 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.cc33 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
Dwebrtc_media_engine.h47 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
3559 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3589 auto adm = rtc::make_ref_counted< in TEST() local
3625 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3675 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3725 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3754 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
3828 rtc::scoped_refptr<webrtc::test::MockAudioDeviceModule> adm = in TEST() local
Dwebrtc_voice_engine.cc292 webrtc::AudioDeviceModule* adm, in WebRtcVoiceEngine()
628 webrtc::AudioDeviceModule* WebRtcVoiceEngine::adm() { in adm() function in cricket::WebRtcVoiceEngine
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java426 final AudioDeviceModule adm = createJavaAudioDevice(); in createPeerConnectionFactoryInternal() local