OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEventBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/
InputReader.h
481
RawEvent
mEventBuffer
[EVENT_BUFFER_SIZE];
[
all
...]
InputReader.cpp
279
size_t count = mEventHub->getEvents(timeoutMillis,
mEventBuffer
, EVENT_BUFFER_SIZE);
286
processEventsLocked(
mEventBuffer
, count);
[
all
...]
Completed in 30 milliseconds