OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemovePlayoutSink
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h
261
virtual void
RemovePlayoutSink
(Sink* sink) = 0;
393
virtual void
RemovePlayoutSink
(WebRtcPlayoutDataSource::Sink* sink) OVERRIDE;
408
// to get the playout data, the sink need to call
RemovePlayoutSink
()
media_stream_audio_processor.cc
285
playout_data_source_->
RemovePlayoutSink
(this);
webrtc_audio_device_impl.cc
507
void WebRtcAudioDeviceImpl::
RemovePlayoutSink
(
Completed in 1006 milliseconds