Home
last modified time | relevance | path

Searched defs:getLastKeyDownTimestamp (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInstrumentedInputReader.h111 nsecs_t getLastKeyDownTimestamp() override { return mLastKeyDownTimestamp; }; in getLastKeyDownTimestamp() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h389 nsecs_t getLastKeyDownTimestamp() { return mLastKeyDownTimestamp; }; in getLastKeyDownTimestamp() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp1090 nsecs_t InputReader::ContextImpl::getLastKeyDownTimestamp() { in getLastKeyDownTimestamp() function in android::InputReader::ContextImpl