Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp80 serverMsg.header.type = InputMessage::TYPE_KEY; in TEST_F()
155 msg.header.type = InputMessage::TYPE_KEY; in TEST_F()
/frameworks/native/libs/input/
DInputTransport.cpp96 case TYPE_KEY: in isValid()
110 case TYPE_KEY: in size()
132 case InputMessage::TYPE_KEY: { in getSanitizedCopy()
451 msg.header.type = InputMessage::TYPE_KEY; in publishKeyEvent()
619 case InputMessage::TYPE_KEY: { in consume()
/frameworks/native/include/input/
DInputTransport.h60 TYPE_KEY = 1, enumerator
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp389 case EventEntry::TYPE_KEY: { in dispatchOnceInnerLocked()
449 case EventEntry::TYPE_KEY: { in enqueueInboundEventLocked()
611 case EventEntry::TYPE_KEY: { in dropInboundEventLocked()
1176 case EventEntry::TYPE_KEY: { in getTargetDisplayId()
1832 if (eventEntry->type == EventEntry::TYPE_KEY) { in checkWindowReadyForMoreInputLocked()
1926 case EventEntry::TYPE_KEY: { in pokeUserActivityLocked()
2054 case EventEntry::TYPE_KEY: { in enqueueDispatchEntryLocked()
2180 case EventEntry::TYPE_KEY: { in startDispatchCycleLocked()
2459 case EventEntry::TYPE_KEY: in synthesizeCancelationEventsForConnectionLocked()
4206 if (dispatchEntry->eventEntry->type == EventEntry::TYPE_KEY) { in doDispatchCycleFinishedLockedInterruptible()
[all …]
DInputDispatcher.h482 TYPE_KEY, enumerator