Searched refs:deviceAddedEvent (Results 1 – 1 of 1) sorted by relevance
159 const RawEvent& deviceAddedEvent = events[0]; in waitForDeviceCreation() local160 EXPECT_EQ(static_cast<int32_t>(EventHubInterface::DEVICE_ADDED), deviceAddedEvent.type); in waitForDeviceCreation()161 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceAddedEvent.deviceId); in waitForDeviceCreation()162 const int32_t deviceId = deviceAddedEvent.deviceId; in waitForDeviceCreation()