Home
last modified time | relevance | path

Searched refs:getMasterMute (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h57 virtual status_t getMasterMute(bool *state) = 0;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.h51 virtual status_t getMasterMute(bool *state);
DDeviceHalHidl.h58 virtual status_t getMasterMute(bool *state);
DDeviceHalHidl.cpp130 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl
133 Return<void> ret = mDevice->getMasterMute( in getMasterMute()
DDeviceHalLocal.cpp79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h101 static status_t getMasterMute(bool* mute);
/frameworks/base/media/java/android/media/
DAudioSystem.java1586 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp470 AudioSystem::getMasterMute(&state); in invokeAudioSystem()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp198 status_t AudioSystem::getMasterMute(bool* mute) { in getMasterMute() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp772 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2242 if (OK == dev->getMasterMute(&mm)) { in loadHwModule_l()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4016 if (mute != AudioSystem.getMasterMute()) { in setMasterMuteInternalNoCallerCheck()
4026 return AudioSystem.getMasterMute(); in isMasterMute()