Home
last modified time | relevance | path

Searched refs:reportDroppedKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reporter/
DInputReporter.cpp26 void reportDroppedKey(uint32_t sequenceNum) override;
33 void InputReporter::reportDroppedKey(uint32_t sequenceNum) { in reportDroppedKey() function in android::InputReporter
DInputReporterInterface.h43 virtual void reportDroppedKey(uint32_t sequenceNum) = 0;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp848 mReporter->reportDroppedKey(entry->sequenceNum); in dispatchKeyLocked()