Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h88 [[nodiscard]] std::list<NotifyArgs> addEventHubDevice(
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp182 [[nodiscard]] std::list<NotifyArgs> InputDevice::addEventHubDevice( in addEventHubDevice() function in android::InputDevice
DInputReader.cpp369 mPendingArgs += device->addEventHubDevice(when, eventHubId, mConfig); in createDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2993 auto _ = device.addEventHubDevice(ARBITRARY_TIME, TEST_EVENTHUB_ID, in TEST_F()