Home
last modified time | relevance | path

Searched defs:isMicrophoneMuted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java100 public static native boolean isMicrophoneMuted(); in isMicrophoneMuted() method in AudioSystem
/frameworks/av/media/libmedia/
DAudioSystem.cpp113 status_t AudioSystem::isMicrophoneMuted(bool* state) in isMicrophoneMuted() function in android::AudioSystem