Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h87 void addEmptyEventHubDevice(int32_t eventHubId);
148 addEmptyEventHubDevice(eventHubId); in addMapper()
173 addEmptyEventHubDevice(eventHubId); in addController()
/frameworks/native/services/inputflinger/tests/
DInputMapperTest.h123 mDevice->addEmptyEventHubDevice(EVENTHUB_ID); in constructAndAddMapper()
DInputMapperTest.cpp51 mDevice->addEmptyEventHubDevice(EVENTHUB_ID); in createDevice()
DInputReader_test.cpp3872 device2->addEmptyEventHubDevice(SECOND_EVENTHUB_ID); in TEST_F()
3984 device2->addEmptyEventHubDevice(SECOND_EVENTHUB_ID); in TEST_F()
4045 device2->addEmptyEventHubDevice(SECOND_EVENTHUB_ID); in TEST_F()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp172 void InputDevice::addEmptyEventHubDevice(int32_t eventHubId) { in addEmptyEventHubDevice() function in android::InputDevice
192 addEmptyEventHubDevice(eventHubId); in addEventHubDevice()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h370 device.addEmptyEventHubDevice(eventhubId); in getMapperForDevice()