OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DropReason
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputDispatcher.h
831
enum
DropReason
{
860
void dropInboundEventLocked(EventEntry* entry,
DropReason
dropReason
);
[
all
...]
InputDispatcher.cpp
319
DropReason
dropReason
= DROP_REASON_NOT_DROPPED;
321
dropReason
= DROP_REASON_POLICY;
323
dropReason
= DROP_REASON_DISABLED;
335
dropReason
= DROP_REASON_NOT_DROPPED; // configuration changes are never dropped
343
dropReason
= DROP_REASON_NOT_DROPPED; // device resets are never dropped
353
} else if (
dropReason
== DROP_REASON_NOT_DROPPED) {
354
dropReason
= DROP_REASON_APP_SWITCH;
357
if (
dropReason
== DROP_REASON_NOT_DROPPED
359
dropReason
= DROP_REASON_STALE
[
all
...]
Completed in 25 milliseconds