Home
last modified time | relevance | path

Searched refs:isMicrophoneMuted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java78 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
DAudioManager.java1407 return AudioSystem.isMicrophoneMuted(); in isMicrophoneMute()
/frameworks/av/include/media/
DAudioSystem.h45 static status_t isMicrophoneMuted(bool *state);
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp65 AudioSystem::isMicrophoneMuted(&state); in android_media_AudioSystem_isMicrophoneMuted()
/frameworks/av/media/libmedia/
DAudioSystem.cpp93 status_t AudioSystem::isMicrophoneMuted(bool* state) { in isMicrophoneMuted() function in android::AudioSystem