Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.cpp57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalLocal
DDeviceHalHidl.cpp127 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalHidl
/frameworks/base/media/java/android/media/
DAudioSystem.java1197 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp147 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem