HomeSort by relevance Sort by last modified time
    Searched defs:WebRtcAudioDeviceImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 23 WebRtcAudioDeviceImpl::WebRtcAudioDeviceImpl()
34 DVLOG(1) << "WebRtcAudioDeviceImpl::WebRtcAudioDeviceImpl()";
37 WebRtcAudioDeviceImpl::~WebRtcAudioDeviceImpl() {
38 DVLOG(1) << "WebRtcAudioDeviceImpl::~WebRtcAudioDeviceImpl()";
43 int32_t WebRtcAudioDeviceImpl::AddRef() {
48 int32_t WebRtcAudioDeviceImpl::Release()
    [all...]
webrtc_audio_device_impl.h 25 // A WebRtcAudioDeviceImpl instance implements the abstract interface
28 // Then WebRtcAudioDeviceImpl::SetSessionId() needs to be called to set the
30 // WebRtcAudioDeviceImpl::StartPlayout() and
31 // WebRtcAudioDeviceImpl::StartRecording() from the render process to initiate
40 // scoped_refptr<WebRtcAudioDeviceImpl> external_adm;
41 // external_adm = new WebRtcAudioDeviceImpl();
135 // WebRtcAudioDeviceImpl::Capture(..., volume)
270 class CONTENT_EXPORT WebRtcAudioDeviceImpl
280 WebRtcAudioDeviceImpl();
362 virtual ~WebRtcAudioDeviceImpl();
    [all...]

Completed in 496 milliseconds