OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchEntry
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
548
struct
DispatchEntry
: Link<
DispatchEntry
> {
575
DispatchEntry
(EventEntry* eventEntry,
577
~
DispatchEntry
();
822
Queue<
DispatchEntry
> outboundQueue;
834
// Finds a
DispatchEntry
in the outbound queue associated with the specified event.
836
DispatchEntry
* findQueuedDispatchEntryForEvent(const EventEntry* eventEntry) const;
[
all
...]
Completed in 91 milliseconds