Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h46 class WithSourceMatcher {
49 explicit WithSourceMatcher(uint32_t source) : mSource(source) {} in WithSourceMatcher() function
73 inline WithSourceMatcher WithSource(uint32_t source) { in WithSource()
74 return WithSourceMatcher(source); in WithSource()