Searched refs:WithDeviceIdMatcher (Results 1 – 1 of 1) sorted by relevance
175 class WithDeviceIdMatcher {178 explicit WithDeviceIdMatcher(int32_t deviceId) : mDeviceId(deviceId) {} in WithDeviceIdMatcher() function204 inline WithDeviceIdMatcher WithDeviceId(int32_t deviceId) { in WithDeviceId()205 return WithDeviceIdMatcher(deviceId); in WithDeviceId()