Searched refs:isMicrophoneMuted (Results 1 – 7 of 7) sorted by relevance
65 static status_t isMicrophoneMuted(bool *state);
123 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
1865 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMute()
123 status_t AudioSystem::isMicrophoneMuted(bool* state) in isMicrophoneMuted() function in android::AudioSystem
319 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()
2864 final boolean currentMute = AudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()