Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h557 class WithScanCodeMatcher {
560 explicit WithScanCodeMatcher(int32_t scanCode) : mScanCode(scanCode) {} in WithScanCodeMatcher() function
580 inline WithScanCodeMatcher WithScanCode(int32_t scanCode) { in WithScanCode()
581 return WithScanCodeMatcher(scanCode); in WithScanCode()