Searched refs:TYPE_KEY (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp78 serverMsg.header.type = InputMessage::TYPE_KEY;
153 msg.header.type = InputMessage::TYPE_KEY;
/frameworks/native/include/input/
H A DInputTransport.h48 TYPE_KEY = 1, enumerator in enum:android::InputMessage::__anon1269
/frameworks/native/libs/input/
H A DInputTransport.cpp72 case TYPE_KEY:
86 case TYPE_KEY:
266 msg.header.type = InputMessage::TYPE_KEY;
430 case InputMessage::TYPE_KEY: {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp350 case EventEntry::TYPE_KEY: {
409 case EventEntry::TYPE_KEY: {
529 case EventEntry::TYPE_KEY: {
1652 if (eventEntry->type == EventEntry::TYPE_KEY) {
1743 case EventEntry::TYPE_KEY: {
1848 case EventEntry::TYPE_KEY: {
1934 case EventEntry::TYPE_KEY: {
2194 case EventEntry::TYPE_KEY:
3521 if (dispatchEntry->eventEntry->type == EventEntry::TYPE_KEY) {
3891 EventEntry(TYPE_KEY, eventTim
[all...]
H A DInputDispatcher.h427 TYPE_KEY, enumerator in enum:android::InputDispatcher::EventEntry::__anon1398

Completed in 105 milliseconds