HomeSort by relevance Sort by last modified time
    Searched refs:dropReason (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.cpp 317 DropReason dropReason = DROP_REASON_NOT_DROPPED;
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
    [all...]
InputDispatcher.h 827 enum DropReason {
855 void dropInboundEventLocked(EventEntry* entry, DropReason dropReason);
    [all...]

Completed in 68 milliseconds