Home
last modified time | relevance | path

Searched defs:getMasterVolume (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp146 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl
DDeviceHalAidl.cpp243 status_t DeviceHalAidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalAidl
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp149 ndk::ScopedAStatus getMasterVolume(float*) override { return ndk::ScopedAStatus::ok(); } in getMasterVolume() function in __anon8ec90d720111::ModuleMock
/frameworks/base/media/java/android/media/
DAudioSystem.java1779 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp212 status_t AudioSystem::getMasterVolume(float* volume) { in getMasterVolume() function in android::AudioSystem