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
829
enum
DropReason
{
857
void dropInboundEventLocked(EventEntry* entry,
DropReason
dropReason
);
[
all
...]
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
...]
Completed in 238 milliseconds