HomeSort by relevance Sort by last modified time
    Searched defs:EventEntry (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 338 case EventEntry::TYPE_CONFIGURATION_CHANGED: {
346 case EventEntry::TYPE_DEVICE_RESET: {
354 case EventEntry::TYPE_KEY: {
375 case EventEntry::TYPE_MOTION: {
408 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) {
414 case EventEntry::TYPE_KEY: {
436 case EventEntry::TYPE_MOTION: {
468 void InputDispatcher::addRecentEventLocked(EventEntry* entry) {
501 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) {
536 case EventEntry::TYPE_KEY:
    [all...]
InputDispatcher.h 429 struct EventEntry : Link<EventEntry> {
452 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags);
453 virtual ~EventEntry();
457 struct ConfigurationChangedEntry : EventEntry {
465 struct DeviceResetEntry : EventEntry {
475 struct KeyEntry : EventEntry {
508 struct MotionEntry : EventEntry {
544 EventEntry* eventEntry; // the event to dispatc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 303 PKSEVENT_ENTRY EventEntry;
    [all...]
strmini.h 63 PKSEVENT_ENTRY EventEntry;
438 IN PKSEVENT_ENTRY EventEntry,

Completed in 549 milliseconds