Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.cpp79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal
DDeviceHalHidl.cpp171 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl
/frameworks/base/media/java/android/media/
DAudioSystem.java975 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp155 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem