Searched refs:isMicrophoneMuted (Results 1 – 12 of 12) sorted by relevance
80 muted, mAudioService.isMicrophoneMuted()); in testMuteMicrophone()105 !muted, mAudioService.isMicrophoneMuted()); in testMuteMicrophoneWhenFail()
104 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in NoOpAudioSystemAdapter
353 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in AudioSystemAdapter354 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMuted()
1215 mMicMuteFromSystemCached = mAudioSystem.isMicrophoneMuted(); in onSystemReady()4168 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in AudioService4186 final boolean currentMute = mAudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()4191 mMicMuteFromSystemCached = mAudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()
126 boolean isMicrophoneMuted(); in isMicrophoneMuted() method
183 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
2767 return service.isMicrophoneMuted(); in isMicrophoneMute()
93 static status_t isMicrophoneMuted(bool *state);
471 AudioSystem::isMicrophoneMuted(&state); in invokeAudioSystem()
170 status_t AudioSystem::isMicrophoneMuted(bool* state) { in isMicrophoneMuted() function in android::AudioSystem
389 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()
11291 HSPLcom/android/server/audio/AudioService;->isMicrophoneMuted()Z11464 HSPLcom/android/server/audio/AudioSystemAdapter;->isMicrophoneMuted()Z