Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h175 class WithDeviceIdMatcher {
178 explicit WithDeviceIdMatcher(int32_t deviceId) : mDeviceId(deviceId) {} in WithDeviceIdMatcher() function
204 inline WithDeviceIdMatcher WithDeviceId(int32_t deviceId) { in WithDeviceId()
205 return WithDeviceIdMatcher(deviceId); in WithDeviceId()