Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h576 class WithEventIdSourceMatcher {
579 explicit WithEventIdSourceMatcher(IdGenerator::Source eventIdSource) in WithEventIdSourceMatcher() function
604 inline WithEventIdSourceMatcher WithEventIdSource(IdGenerator::Source eventIdSource) { in WithEventIdSource()
605 return WithEventIdSourceMatcher(eventIdSource); in WithEventIdSource()