Searched refs:dropReason (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp326 DropReason dropReason = DROP_REASON_NOT_DROPPED; local
328 dropReason = DROP_REASON_POLICY;
330 dropReason = DROP_REASON_DISABLED;
342 dropReason = DROP_REASON_NOT_DROPPED; // configuration changes are never dropped
350 dropReason = DROP_REASON_NOT_DROPPED; // device resets are never dropped
360 } else if (dropReason == DROP_REASON_NOT_DROPPED) {
361 dropReason = DROP_REASON_APP_SWITCH;
364 if (dropReason == DROP_REASON_NOT_DROPPED
366 dropReason = DROP_REASON_STALE;
368 if (dropReason
501 dropInboundEventLocked(EventEntry* entry, DropReason dropReason) argument
714 dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
824 dispatchMotionLocked( nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
[all...]
H A DInputDispatcher.h868 void dropInboundEventLocked(EventEntry* entry, DropReason dropReason);
1000 DropReason* dropReason, nsecs_t* nextWakeupTime);
1003 DropReason* dropReason, nsecs_t* nextWakeupTime);

Completed in 35 milliseconds