Searched defs:getMasterVolume (Results 1 – 6 of 6) sorted by relevance
88 ndk::ScopedAStatus ModuleMock::getMasterVolume(float* _aidl_return) { in getMasterVolume() function in aidl::android::hardware::audio::core::ModuleMock
146 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl
224 status_t DeviceHalAidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalAidl
558 ndk::ScopedAStatus getMasterVolume(float*) override { return ndk::ScopedAStatus::ok(); } in getMasterVolume() function in __anoneebf96830111::ModuleMock
1881 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
384 status_t AudioSystem::getMasterVolume(float* volume) { in getMasterVolume() function in android::AudioSystem