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