Searched refs:cancelAllDownKeys (Results 1 – 2 of 2) sorted by relevance
107 [[nodiscard]] std::list<NotifyArgs> cancelAllDownKeys(nsecs_t when);
230 std::list<NotifyArgs> out = cancelAllDownKeys(when); in reset()477 std::list<NotifyArgs> KeyboardInputMapper::cancelAllDownKeys(nsecs_t when) { in cancelAllDownKeys() function in android::KeyboardInputMapper