Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DEventHub_test.cpp173 const RawEvent& deviceRemovedEvent = events[0]; in waitForDeviceClose() local
174 EXPECT_EQ(static_cast<int32_t>(EventHubInterface::DEVICE_REMOVED), deviceRemovedEvent.type); in waitForDeviceClose()
175 EXPECT_EQ(deviceId, deviceRemovedEvent.deviceId); in waitForDeviceClose()