Searched refs:getMasterVolume (Results 1 – 10 of 10) sorted by relevance
48 virtual status_t getMasterVolume(float *volume) = 0;
42 virtual status_t getMasterVolume(float *volume);
49 virtual status_t getMasterVolume(float *volume);
127 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalHidl130 Return<void> ret = mDevice->getMasterVolume( in getMasterVolume()
57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalLocal
71 static status_t getMasterVolume(float* volume);
1460 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
154 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
710 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()
2194 if (OK == dev->getMasterVolume(&mv)) { in loadHwModule_l()