Searched refs:muteMicrophone (Results 1 – 5 of 5) sorted by relevance
53 static status_t muteMicrophone(bool state);
93 public static native int muteMicrophone(boolean on); in muteMicrophone() method in AudioSystem
109 status_t AudioSystem::muteMicrophone(bool state) in muteMicrophone() function in android::AudioSystem
285 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on)); in android_media_AudioSystem_muteMicrophone()
1151 AudioSystem.muteMicrophone(microphoneMute); in readUserRestrictions()2025 AudioSystem.muteMicrophone(on); in setMicrophoneMuteNoCallerCheck()