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