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

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 24 audio_transport_callback_(NULL),
86 int new_mic_level = audio_transport_callback_->OnDataAvailable(
121 DCHECK(audio_transport_callback_);
143 audio_transport_callback_->NeedMorePlayData(samples_per_10_msec,
171 DCHECK_EQ(audio_transport_callback_ == NULL, audio_callback != NULL);
172 audio_transport_callback_ = audio_callback;
234 LOG_IF(ERROR, !audio_transport_callback_) << "Audio transport is missing";
237 if (!audio_transport_callback_)
277 LOG_IF(ERROR, !audio_transport_callback_) << "Audio transport is missing";
278 if (!audio_transport_callback_) {
    [all...]
webrtc_audio_device_impl.h 371 // The webrtc client defines |audio_transport_callback_| by calling
373 webrtc::AudioTransport* audio_transport_callback_; member in class:content::WebRtcAudioDeviceImpl

Completed in 754 milliseconds