Searched refs:WithScanCodeMatcher (Results 1 – 1 of 1) sorted by relevance
557 class WithScanCodeMatcher {560 explicit WithScanCodeMatcher(int32_t scanCode) : mScanCode(scanCode) {} in WithScanCodeMatcher() function580 inline WithScanCodeMatcher WithScanCode(int32_t scanCode) { in WithScanCode()581 return WithScanCodeMatcher(scanCode); in WithScanCode()