HomeSort by relevance Sort by last modified time
    Searched refs:GetVolume (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundinputstreaminterface.h 53 virtual bool GetVolume(int *volume) = 0;
soundoutputstreaminterface.h 58 virtual bool GetVolume(int *volume) = 0;
nullsoundsystem.cc 65 virtual bool GetVolume(int *volume) {
99 virtual bool GetVolume(int *volume) {
  /external/chromium_org/media/audio/
audio_input_volume_unittest.cc 28 volume = ais->GetVolume();
141 double original_volume = ais->GetVolume();
150 double current_volume = ais->GetVolume();
159 current_volume = ais->GetVolume();
170 current_volume = ais->GetVolume();
178 current_volume = ais->GetVolume();
audio_io.h 101 virtual void GetVolume(double* volume) = 0;
161 virtual double GetVolume() = 0;
audio_output_proxy.h 39 virtual void GetVolume(double* volume) OVERRIDE;
fake_audio_output_stream.h 30 virtual void GetVolume(double* volume) OVERRIDE;
fake_audio_input_stream.h 35 virtual double GetVolume() OVERRIDE;
virtual_audio_output_stream.h 44 virtual void GetVolume(double* volume) OVERRIDE;
agc_audio_stream.h 175 static_cast<AudioInterface*>(this)->GetVolume() / max_volume_;
195 // Contains last result of internal call to GetVolume(). We save resources
audio_output_proxy.cc 69 void AudioOutputProxy::GetVolume(double* volume) {
fake_audio_output_stream.cc 58 void FakeAudioOutputStream::GetVolume(double* volume) {
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.h 49 virtual double GetVolume() OVERRIDE;
  /external/chromium_org/media/audio/android/
opensles_input.h 37 virtual double GetVolume() OVERRIDE;
opensles_output.h 36 virtual void GetVolume(double* volume) OVERRIDE;
  /external/chromium_org/media/audio/pulse/
pulse_output.h 48 virtual void GetVolume(double* volume) OVERRIDE;
pulse_input.h 43 virtual double GetVolume() OVERRIDE;
  /external/chromium_org/media/audio/cras/
cras_input.h 44 virtual double GetVolume() OVERRIDE;
cras_unified.h 44 virtual void GetVolume(double* volume) OVERRIDE;
  /external/chromium_org/media/audio/linux/
alsa_input.h 51 virtual double GetVolume() OVERRIDE;
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 69 virtual void GetVolume(double* volume) OVERRIDE;
audio_input_mac.h 36 virtual double GetVolume() OVERRIDE;
audio_low_latency_input_mac.h 73 virtual double GetVolume() OVERRIDE;
audio_low_latency_output_mac.h 51 virtual void GetVolume(double* volume) OVERRIDE;
audio_unified_mac.h 42 virtual void GetVolume(double* volume) OVERRIDE;

Completed in 243 milliseconds

1 2 3 4 5