Searched defs:getMasterVolume (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libaudiohal/ | ||
D | DeviceHalLocal.cpp | 56 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalLocal |
D | DeviceHalHidl.cpp | 135 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl |
/frameworks/base/media/java/android/media/ | ||
D | AudioSystem.java | 722 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem |
/frameworks/av/media/libaudioclient/ | ||
D | AudioSystem.cpp | 143 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem |