Searched refs:getMasterVolume (Results 1 – 11 of 11) sorted by relevance
46 virtual status_t getMasterVolume(float *volume) = 0;
41 virtual status_t getMasterVolume(float *volume);
46 virtual status_t getMasterVolume(float *volume);
135 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl140 Return<void> ret = primaryDev->getMasterVolume( in getMasterVolume()
56 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalLocal
60 static status_t getMasterVolume(float* volume);
722 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
143 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
543 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()
1770 if (OK == dev->getMasterVolume(&mv)) { in loadHwModule_l()