Searched refs:getMasterMute (Results 1 – 11 of 11) sorted by relevance
57 virtual status_t getMasterMute(bool *state) = 0;
51 virtual status_t getMasterMute(bool *state);
58 virtual status_t getMasterMute(bool *state);
169 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl172 Return<void> ret = mDevice->getMasterMute( in getMasterMute()
79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal
74 static status_t getMasterMute(bool* mute);
1203 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
155 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem
688 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()
2838 if (mute != AudioSystem.getMasterMute()) { in setMasterMuteInternalNoCallerCheck()2848 return AudioSystem.getMasterMute(); in isMasterMute()
2154 if (OK == dev->getMasterMute(&mm)) { in loadHwModule_l()