OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:muteMicrophone
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/java/android/media/
AudioSystem.java
70
public static native int
muteMicrophone
(boolean on);
AudioManager.java
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
55
return check_AudioSystem_Command(AudioSystem::
muteMicrophone
(on));
196
{"
muteMicrophone
", "(Z)I", (void *)android_media_AudioSystem_muteMicrophone},
/frameworks/base/include/media/
AudioSystem.h
176
static status_t
muteMicrophone
(bool state);
/frameworks/base/media/libmedia/
AudioSystem.cpp
83
status_t AudioSystem::
muteMicrophone
(bool state) {
Completed in 4213 milliseconds