Searched refs:isMicrophoneMuted (Results 1 – 5 of 5) sorted by relevance
78 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
1407 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMute()
45 static status_t isMicrophoneMuted(bool *state);
65 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()
93 status_t AudioSystem::isMicrophoneMuted(bool* state) { in isMicrophoneMuted() function in android::AudioSystem