Searched defs:getMasterVolume (Results 1 – 5 of 5) sorted by relevance
| /frameworks/av/media/libaudiohal/impl/ | ||
| D | DeviceHalHidl.cpp | 146 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl |
| D | DeviceHalAidl.cpp | 243 status_t DeviceHalAidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalAidl |
| /frameworks/av/media/libaudiohal/tests/ | ||
| D | CoreAudioHalAidl_test.cpp | 149 ndk::ScopedAStatus getMasterVolume(float*) override { return ndk::ScopedAStatus::ok(); } in getMasterVolume() function in __anon8ec90d720111::ModuleMock |
| /frameworks/base/media/java/android/media/ | ||
| D | AudioSystem.java | 1779 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem |
| /frameworks/av/media/libaudioclient/ | ||
| D | AudioSystem.cpp | 212 status_t AudioSystem::getMasterVolume(float* volume) { in getMasterVolume() function in android::AudioSystem |