Home
last modified time | relevance | path

Searched refs:processEventsForDeviceLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h217 [[nodiscard]] std::list<NotifyArgs> processEventsForDeviceLocked(int32_t eventHubId,
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp241 out += processEventsForDeviceLocked(deviceId, rawEvent, batchSize); in processEventsLocked()
373 std::list<NotifyArgs> InputReader::processEventsForDeviceLocked(int32_t eventHubId, in processEventsForDeviceLocked() function in android::InputReader