Lines Matching refs:eventHubId
87 void addEmptyEventHubDevice(int32_t eventHubId);
89 nsecs_t when, int32_t eventHubId, const InputReaderConfiguration& readerConfig);
90 void removeEventHubDevice(int32_t eventHubId);
146 T& addMapper(int32_t eventHubId, Args... args) { in addMapper() argument
148 addEmptyEventHubDevice(eventHubId); in addMapper()
151 auto& devicePair = mDevices[eventHubId]; in addMapper()
160 T& constructAndAddMapper(int32_t eventHubId, Args... args) { in constructAndAddMapper() argument
162 auto& devicePair = mDevices[eventHubId]; in constructAndAddMapper()
171 T& addController(int32_t eventHubId) { in addController() argument
173 addEmptyEventHubDevice(eventHubId); in addController()
176 auto& devicePair = mDevices[eventHubId]; in addController()
292 InputDeviceContext(InputDevice& device, int32_t eventHubId);