Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DEventHub_test.cpp155 const RawEvent& deviceAddedEvent = events[0]; in waitForDeviceCreation() local
156 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()