Searched refs:WebContentsAudioInputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_audio_input_stream.cc23 class WebContentsAudioInputStream::Impl
24 : public base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>,
53 friend class base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>;
107 WebContentsAudioInputStream::Impl::Impl(
126 WebContentsAudioInputStream::Impl::~Impl() {
130 bool WebContentsAudioInputStream::Impl::Open() {
147 void WebContentsAudioInputStream::Impl::Start(AudioInputCallback* callback) {
167 void WebContentsAudioInputStream::Impl::Stop() {
182 void WebContentsAudioInputStream::Impl::Close() {
197 bool WebContentsAudioInputStream
302 WebContentsAudioInputStream::WebContentsAudioInputStream( function in class:content::WebContentsAudioInputStream
[all...]
H A Dweb_contents_audio_input_stream.h8 // RenderView. In other words, WebContentsAudioInputStream provides tab-level
39 class CONTENT_EXPORT WebContentsAudioInputStream class in namespace:content
61 static WebContentsAudioInputStream* Create(
77 WebContentsAudioInputStream(
83 virtual ~WebContentsAudioInputStream();
87 DISALLOW_COPY_AND_ASSIGN(WebContentsAudioInputStream);
H A Dweb_contents_audio_input_stream_unittest.cc219 wcais_ = new WebContentsAudioInputStream(
350 // WebContentsAudioInputStream self-destructs on Close(). Its internal
379 WebContentsAudioInputStream* wcais_; // Self-destructs on Close().
384 // Provided by WebContentsAudioInputStream to the mock WebContentsTracker.
389 // Provided by WebContentsAudioInputStream to the mock AudioMirroringManager.
398 // Streams provided by calls to WebContentsAudioInputStream::AddInput(). Each
H A Daudio_input_renderer_host.cc278 WebContentsAudioInputStream::Create(device_id,

Completed in 130 milliseconds