OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingEventIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
EventHub.cpp
202
mPendingEventCount(0),
mPendingEventIndex
(0), mPendingINotify(false) {
721
while (
mPendingEventIndex
< mPendingEventCount) {
722
const struct epoll_event& eventItem = mPendingEventItems[
mPendingEventIndex
++];
870
mPendingEventIndex
-= 1;
[
all
...]
EventHub.h
441
size_t
mPendingEventIndex
;
Completed in 30 milliseconds