Searched refs:getMasterVolume (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/include/media/audiohal/
H A DDeviceHalInterface.h47 virtual status_t getMasterVolume(float *volume) = 0;
/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DDeviceHalInterface.h47 virtual status_t getMasterVolume(float *volume) = 0;
/frameworks/av/media/libaudiohal/2.0/
H A DDeviceHalHidl.h48 virtual status_t getMasterVolume(float *volume);
H A DDeviceHalLocal.h41 virtual status_t getMasterVolume(float *volume);
H A DDeviceHalHidl.cpp135 status_t DeviceHalHidl::getMasterVolume(float *volume) { function in class:android::DeviceHalHidl
139 Return<void> ret = mPrimaryDevice->getMasterVolume(
146 return processReturn("getMasterVolume", ret, retval);
H A DDeviceHalLocal.cpp56 status_t DeviceHalLocal::getMasterVolume(float *volume) { function in class:android::DeviceHalLocal
/frameworks/av/media/libaudiohal/4.0/
H A DDeviceHalHidl.h49 virtual status_t getMasterVolume(float *volume);
H A DDeviceHalLocal.h42 virtual status_t getMasterVolume(float *volume);
H A DDeviceHalHidl.cpp141 status_t DeviceHalHidl::getMasterVolume(float *volume) { function in class:android::V4_0::DeviceHalHidl
145 Return<void> ret = mPrimaryDevice->getMasterVolume(
152 return processReturn("getMasterVolume", ret, retval);
H A DDeviceHalLocal.cpp57 status_t DeviceHalLocal::getMasterVolume(float *volume) { function in class:android::V4_0::DeviceHalLocal
/frameworks/av/include/media/
H A DAudioSystem.h62 static status_t getMasterVolume(float* volume);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h62 static status_t getMasterVolume(float* volume);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java791 public static native float getMasterVolume(); method in class:AudioSystem
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp146 status_t AudioSystem::getMasterVolume(float* volume) function in class:android::AudioSystem
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp554 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
1929 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1832 if (OK == dev->getMasterVolume(&mv)) {

Completed in 234 milliseconds