OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSC_ANDROID_TIME_SEC
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputDevice.cpp
40
#define
MSC_ANDROID_TIME_SEC
0x6
244
if (event.code ==
MSC_ANDROID_TIME_SEC
) {
/hardware/libhardware/tests/input/evdev/
InputDevice_test.cpp
34
#define
MSC_ANDROID_TIME_SEC
0x6
76
InputEvent msc1 = { when, EV_MSC,
MSC_ANDROID_TIME_SEC
, 1 };
/frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp
47
#define
MSC_ANDROID_TIME_SEC
0x6
158
ioctl(fd, UI_SET_MSCBIT,
MSC_ANDROID_TIME_SEC
);
206
connection->sendEvent(EV_MSC,
MSC_ANDROID_TIME_SEC
, timestamp / 1000L);
/frameworks/native/services/inputflinger/
EventHub.h
55
#define
MSC_ANDROID_TIME_SEC
0x6
Completed in 1449 milliseconds