Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h579 explicit WithEventIdSourceMatcher(IdGenerator::Source eventIdSource) in WithEventIdSourceMatcher() argument
580 : mEventIdSource(eventIdSource) {} in WithEventIdSourceMatcher()
604 inline WithEventIdSourceMatcher WithEventIdSource(IdGenerator::Source eventIdSource) { in WithEventIdSource() argument
605 return WithEventIdSourceMatcher(eventIdSource); in WithEventIdSource()