HomeSort by relevance Sort by last modified time
    Searched full:getmastervolume (Results 1 - 14 of 14) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 virtual status_t getMasterVolume(float *volume);
AudioHardwareInterface.h 232 virtual status_t getMasterVolume(float *volume) = 0;
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
audio_hw_hal.cpp 442 return ladev->hwif->getMasterVolume(volume);
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 42 status_t getMasterVolume(float* volume);
AudioHardwareOutput.cpp 180 status_t AudioHardwareOutput::getMasterVolume(float* volume) {
audio_hal_thunks.cpp 614 return adev->output->getMasterVolume(volume);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h     [all...]
  /frameworks/av/include/media/
AudioSystem.h 58 static status_t getMasterVolume(float* volume);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 525 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java 688 public static native float getMasterVolume();
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 140 status_t AudioSystem::getMasterVolume(float* volume)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 943 hr = pVolume->GetMasterVolume(&volume);
1030 hr = _ptrRenderSimpleVolume->GetMasterVolume(&fLevel);
    [all...]

Completed in 991 milliseconds