Searched defs:getMasterMute (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ | ||
D | DeviceHalLocal.cpp | 79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal |
D | DeviceHalHidl.cpp | 171 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl |
/frameworks/base/media/java/android/media/ | ||
D | AudioSystem.java | 975 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem |
/frameworks/av/media/libaudioclient/ | ||
D | AudioSystem.cpp | 155 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem |