Searched defs:getMasterVolume (Results 1 – 6 of 6) sorted by relevance
| /frameworks/av/media/libaudiohal/2.0/ | ||
| 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/av/media/libaudiohal/4.0/ | ||
| D | DeviceHalLocal.cpp | 57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::V4_0::DeviceHalLocal |
| D | DeviceHalHidl.cpp | 141 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::V4_0::DeviceHalHidl |
| /frameworks/base/media/java/android/media/ | ||
| D | AudioSystem.java | 791 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem |
| /frameworks/av/media/libaudioclient/ | ||
| D | AudioSystem.cpp | 146 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem |