Searched refs:isMicrophoneMuted (Results 1 – 7 of 7) sorted by relevance
109 boolean isMicrophoneMuted(); in isMicrophoneMuted() method
148 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
1893 return service.isMicrophoneMuted(); in isMicrophoneMute()
66 static status_t isMicrophoneMuted(bool *state);
123 status_t AudioSystem::isMicrophoneMuted(bool* state) in isMicrophoneMuted() function in android::AudioSystem
2946 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in AudioService2951 final boolean muted = isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()2957 final boolean currentMute = AudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()
320 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()