Searched refs:RawEvent (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.h449 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
454 void processEventsLocked(const RawEvent* rawEvents, size_t count);
458 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
530 void process(const RawEvent* rawEvents, size_t count);
600 void process(const RawEvent* rawEvent);
625 void process(const RawEvent* rawEvent);
647 void process(const RawEvent* rawEvent);
678 void process(const RawEvent* rawEvent);
805 void process(const RawEvent* rawEvent);
878 void process(const RawEvent* rawEven
[all...]
H A DEventHub.h57 struct RawEvent { struct in namespace:android
199 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
277 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
H A DInputReader.cpp310 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) {
311 for (const RawEvent* rawEvent = rawEvents; count;) {
459 const RawEvent* rawEvents, size_t count) {
950 void InputDevice::process(const RawEvent* rawEvents, size_t count) {
957 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) {
1123 void CursorButtonAccumulator::process(const RawEvent* rawEvent) {
1190 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1229 void CursorScrollAccumulator::process(const RawEvent* rawEvent) {
1297 void TouchButtonAccumulator::process(const RawEvent* rawEvent) {
1507 void SingleTouchMotionAccumulator::process(const RawEvent* rawEven
[all...]
H A DEventHub.cpp639 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) {
646 RawEvent* event = buffer;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp326 List<RawEvent> mEvents;
441 RawEvent event;
551 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) {
782 RawEvent mLastEvent;
818 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) {
865 virtual void process(const RawEvent* rawEvent) {
1163 RawEvent event;
1353 RawEvent event;
1416 RawEvent event;

Completed in 1098 milliseconds