OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SW_MICROPHONE_INSERT
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/java/com/android/server/
WiredAccessoryManager.java
38
import static com.android.server.input.InputManagerService.
SW_MICROPHONE_INSERT
;
115
if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY,
SW_MICROPHONE_INSERT
) == 1) {
280
sb.append("
SW_MICROPHONE_INSERT
");
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
228
public static final int
SW_MICROPHONE_INSERT
= 0x04;
236
public static final int SW_MICROPHONE_INSERT_BIT = 1 <<
SW_MICROPHONE_INSERT
;
[
all
...]
/bionic/libc/kernel/common/linux/
input.h
832
#define
SW_MICROPHONE_INSERT
0x04
[
all
...]
/external/kernel-headers/original/linux/
input.h
839
#define
SW_MICROPHONE_INSERT
0x04 /* set = inserted */
[
all
...]
/system/core/toolbox/
getevent.h
606
LABEL(
SW_MICROPHONE_INSERT
),
Completed in 254 milliseconds