Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioSystem.h55 static status_t muteMicrophone(bool state);
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h55 static status_t muteMicrophone(bool state);
/frameworks/base/media/java/android/media/
DAudioSystem.java98 public static native int muteMicrophone(boolean on); in muteMicrophone() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp112 status_t AudioSystem::muteMicrophone(bool state) in muteMicrophone() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp286 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on)); in android_media_AudioSystem_muteMicrophone()