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

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 322 DropReason dropReason = DROP_REASON_NOT_DROPPED;
324 dropReason = DROP_REASON_POLICY;
326 dropReason = DROP_REASON_DISABLED;
338 dropReason = DROP_REASON_NOT_DROPPED; // configuration changes are never dropped
346 dropReason = DROP_REASON_NOT_DROPPED; // device resets are never dropped
356 } else if (dropReason == DROP_REASON_NOT_DROPPED) {
357 dropReason = DROP_REASON_APP_SWITCH;
360 if (dropReason == DROP_REASON_NOT_DROPPED
362 dropReason = DROP_REASON_STALE
    [all...]
InputDispatcher.h 829 enum DropReason {
858 void dropInboundEventLocked(EventEntry* entry, DropReason dropReason);
    [all...]

Completed in 3045 milliseconds