Home
last modified time | relevance | path

Searched defs:getMasterVolume (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudiohal/2.0/
DDeviceHalLocal.cpp56 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalLocal
DDeviceHalHidl.cpp135 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl
/frameworks/av/media/libaudiohal/4.0/
DDeviceHalLocal.cpp57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::V4_0::DeviceHalLocal
DDeviceHalHidl.cpp141 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::V4_0::DeviceHalHidl
/frameworks/base/media/java/android/media/
DAudioSystem.java791 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp146 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem