Searched refs:WithScanCodeMatcher (Results 1 – 1 of 1) sorted by relevance
576 class WithScanCodeMatcher {579 explicit WithScanCodeMatcher(int32_t scanCode) : mScanCode(scanCode) {} in WithScanCodeMatcher() function599 inline WithScanCodeMatcher WithScanCode(int32_t scanCode) { in WithScanCode()600 return WithScanCodeMatcher(scanCode); in WithScanCode()