Home
last modified time | relevance | path

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

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