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/native/services/inputflinger/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
541
struct
DispatchEntry
: Link<
DispatchEntry
> {
555
DispatchEntry
(EventEntry* eventEntry,
557
~
DispatchEntry
();
826
Queue<
DispatchEntry
> outboundQueue;
830
Queue<
DispatchEntry
> waitQueue;
840
DispatchEntry
* findWaitQueueEntry(uint32_t seq);
[
all
...]
Completed in 1852 milliseconds