Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DEventHub_test.cpp51 case EventHubInterface::FINISHED_DEVICE_SCAN: in dumpEvents()
145 EXPECT_EQ(EventHubInterface::FINISHED_DEVICE_SCAN, events[events.size() - 1].type); in consumeInitialDeviceAddedEvents()
161 EXPECT_EQ(static_cast<int32_t>(EventHubInterface::FINISHED_DEVICE_SCAN), in waitForDeviceCreation()
173 EXPECT_EQ(static_cast<int32_t>(EventHubInterface::FINISHED_DEVICE_SCAN), in waitForDeviceClose()
DInputReader_test.cpp462 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0); in finishDeviceScan()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h161 FINISHED_DEVICE_SCAN = 0x30000000, enumerator
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp174 case EventHubInterface::FINISHED_DEVICE_SCAN: in processEventsLocked()
DEventHub.cpp912 event->type = FINISHED_DEVICE_SCAN; in getEvents()