Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h75 void addEventHubDevice(int32_t eventHubId, bool populateMappers = true);
127 addEventHubDevice(eventHubId, false); in addMapper()
142 addEventHubDevice(eventHubId, false); in addController()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp143 void InputDevice::addEventHubDevice(int32_t eventHubId, bool populateMappers) { in addEventHubDevice() function in android::InputDevice
DInputReader.cpp292 device->addEventHubDevice(eventHubId); in createDeviceLocked()