Home
last modified time | relevance | path

Searched refs:getMasterMute (Results 1 – 11 of 11) 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.cpp169 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl
172 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.h74 static status_t getMasterMute(bool* mute);
/frameworks/base/media/java/android/media/
DAudioSystem.java1203 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
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp688 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2838 if (mute != AudioSystem.getMasterMute()) { in setMasterMuteInternalNoCallerCheck()
2848 return AudioSystem.getMasterMute(); in isMasterMute()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2154 if (OK == dev->getMasterMute(&mm)) { in loadHwModule_l()