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

/frameworks/base/services/input/
H A DInputDispatcher.cpp317 DropReason dropReason = DROP_REASON_NOT_DROPPED; local
319 dropReason = DROP_REASON_POLICY;
321 dropReason = DROP_REASON_DISABLED;
333 dropReason = DROP_REASON_NOT_DROPPED; // configuration changes are never dropped
341 dropReason = DROP_REASON_NOT_DROPPED; // device resets are never dropped
351 } else if (dropReason == DROP_REASON_NOT_DROPPED) {
352 dropReason = DROP_REASON_APP_SWITCH;
355 if (dropReason == DROP_REASON_NOT_DROPPED
357 dropReason = DROP_REASON_STALE;
359 if (dropReason
488 dropInboundEventLocked(EventEntry* entry, DropReason dropReason) argument
696 dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
806 dispatchMotionLocked( nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
[all...]
H A DInputDispatcher.h855 void dropInboundEventLocked(EventEntry* entry, DropReason dropReason);
970 DropReason* dropReason, nsecs_t* nextWakeupTime);
973 DropReason* dropReason, nsecs_t* nextWakeupTime);

Completed in 51 milliseconds