Searched refs:isMicrophoneMuted (Results 1 – 5 of 5) sorted by relevance
47 static status_t isMicrophoneMuted(bool *state);
82 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
1697 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMute()
105 status_t AudioSystem::isMicrophoneMuted(bool* state) in isMicrophoneMuted() function in android::AudioSystem
260 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()