Searched defs:AudioStreamMonitor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.cc18 AudioStreamMonitor* AudioStreamMonitorFromRenderFrame(int render_process_id,
29 AudioStreamMonitor::AudioStreamMonitor(WebContents* contents) function in class:content::AudioStreamMonitor
36 AudioStreamMonitor::~AudioStreamMonitor() {}
38 bool AudioStreamMonitor::WasRecentlyAudible() const {
44 void AudioStreamMonitor::StartMonitoringStream(
61 void AudioStreamMonitor::StopMonitoringStream(int render_process_id,
75 void AudioStreamMonitor::StartMonitoringHelper(
81 AudioStreamMonitor* cons
[all...]
H A Daudio_stream_monitor.h32 // to turn on/off repeatedly and annoy the user. AudioStreamMonitor sends UI
35 // Each WebContentsImpl owns an AudioStreamMonitor.
36 class CONTENT_EXPORT AudioStreamMonitor { class in namespace:content
38 explicit AudioStreamMonitor(WebContents* contents);
39 ~AudioStreamMonitor();
86 // identified renderer and forward calls to the correct AudioStreamMonitor.
117 // AudioStreamMonitor.
142 base::RepeatingTimer<AudioStreamMonitor> poll_timer_;
146 base::OneShotTimer<AudioStreamMonitor> off_timer_;
148 DISALLOW_COPY_AND_ASSIGN(AudioStreamMonitor);
[all...]

Completed in 128 milliseconds