Searched refs:isMicrophoneMuted (Results 1 – 13 of 13) sorted by relevance
108 muted, mAudioService.isMicrophoneMuted()); in testMuteMicrophone()133 !muted, mAudioService.isMicrophoneMuted()); in testMuteMicrophoneWhenFail()
111 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in NoOpAudioSystemAdapter
502 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in AudioSystemAdapter503 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMuted()
1676 mMicMuteFromSystemCached = mAudioSystem.isMicrophoneMuted(); in onSystemReady()5545 public boolean isMicrophoneMuted() { in isMicrophoneMuted() method in AudioService5563 final boolean currentMute = mAudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()5570 mMicMuteFromSystemCached = mAudioSystem.isMicrophoneMuted(); in setMicrophoneMuteNoCallerCheck()
173 EXPECT_EQ(NO_ERROR, AudioSystem::isMicrophoneMuted(&origMuteState)); in TEST_F()175 EXPECT_EQ(NO_ERROR, AudioSystem::isMicrophoneMuted(&tstMuteState)); in TEST_F()178 EXPECT_EQ(NO_ERROR, AudioSystem::isMicrophoneMuted(&tstMuteState)); in TEST_F()
180 boolean isMicrophoneMuted(); in isMicrophoneMuted() method
191 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
3281 return service.isMicrophoneMuted(); in isMicrophoneMute()
117 static status_t isMicrophoneMuted(bool *state);
502 AudioSystem::isMicrophoneMuted(&state); in invokeAudioSystem()
449 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()3375 MAKE_AUDIO_SYSTEM_METHOD(isMicrophoneMuted),
273 status_t AudioSystem::isMicrophoneMuted(bool* state) { in isMicrophoneMuted() function in android::AudioSystem
8366 PLcom/android/server/audio/AudioSystemAdapter;->isMicrophoneMuted()Z