Searched refs:getMasterMute (Results 1 – 12 of 12) 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);
130 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl133 Return<void> ret = mDevice->getMasterMute( in getMasterMute()
79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal
101 static status_t getMasterMute(bool* mute);
1586 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
470 AudioSystem::getMasterMute(&state); in invokeAudioSystem()
198 status_t AudioSystem::getMasterMute(bool* mute) { in getMasterMute() function in android::AudioSystem
772 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()
2242 if (OK == dev->getMasterMute(&mm)) { in loadHwModule_l()
4016 if (mute != AudioSystem.getMasterMute()) { in setMasterMuteInternalNoCallerCheck()4026 return AudioSystem.getMasterMute(); in isMasterMute()