Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h107 [[nodiscard]] std::list<NotifyArgs> cancelAllDownKeys(nsecs_t when);
DKeyboardInputMapper.cpp230 std::list<NotifyArgs> out = cancelAllDownKeys(when); in reset()
477 std::list<NotifyArgs> KeyboardInputMapper::cancelAllDownKeys(nsecs_t when) { in cancelAllDownKeys() function in android::KeyboardInputMapper