OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SW_JACK_PHYSICAL_INSERT
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
231
public static final int
SW_JACK_PHYSICAL_INSERT
= 0x07;
237
public static final int SW_JACK_PHYSICAL_INSERT_BIT = 1 <<
SW_JACK_PHYSICAL_INSERT
;
[
all
...]
/bionic/libc/kernel/common/linux/
input.h
836
#define
SW_JACK_PHYSICAL_INSERT
0x07
[
all
...]
/external/kernel-headers/original/linux/
input.h
842
#define
SW_JACK_PHYSICAL_INSERT
0x07 /* set = mechanical switch set */
[
all
...]
/system/core/toolbox/
getevent.h
609
LABEL(
SW_JACK_PHYSICAL_INSERT
),
/frameworks/base/services/input/tests/
InputReader_test.cpp
[
all
...]
Completed in 602 milliseconds