Searched refs:ReadCurrentPowerAndClip (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_power_monitor.h58 std::pair<float, bool> ReadCurrentPowerAndClip();
H A Daudio_power_monitor.cc69 std::pair<float, bool> AudioPowerMonitor::ReadCurrentPowerAndClip() { function in class:media::AudioPowerMonitor
H A Daudio_output_controller.h110 // ReadCurrentPowerAndClip() can not be called.
172 // Accessor for AudioPowerMonitor::ReadCurrentPowerAndClip(). See comments in
174 std::pair<float, bool> ReadCurrentPowerAndClip();
H A Daudio_output_controller.cc403 std::pair<float, bool> AudioOutputController::ReadCurrentPowerAndClip() { function in class:media::AudioOutputController
405 return power_monitor_.ReadCurrentPowerAndClip();
H A Daudio_power_monitor_unittest.cc170 power_monitor_.ReadCurrentPowerAndClip();
H A Daudio_input_controller.cc530 std::pair<float, bool> result = audio_level_->ReadCurrentPowerAndClip();
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc274 base::Bind(&media::AudioOutputController::ReadCurrentPowerAndClip,
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_capturer.cc526 audio_power_monitor_.ReadCurrentPowerAndClip();

Completed in 1759 milliseconds