Home
last modified time | relevance | path

Searched refs:getMasterVolume (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h48 virtual status_t getMasterVolume(float *volume) = 0;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.h42 virtual status_t getMasterVolume(float *volume);
DDeviceHalHidl.h49 virtual status_t getMasterVolume(float *volume);
DDeviceHalHidl.cpp127 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalHidl
130 Return<void> ret = mDevice->getMasterVolume( in getMasterVolume()
DDeviceHalLocal.cpp57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalLocal
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h71 static status_t getMasterVolume(float* volume);
/frameworks/base/media/java/android/media/
DAudioSystem.java1460 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp154 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp710 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2194 if (OK == dev->getMasterVolume(&mv)) { in loadHwModule_l()