Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h76 void removeEventHubDevice(int32_t eventHubId);
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp232 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice() function in android::InputDevice
DInputReader.cpp265 device->removeEventHubDevice(eventHubId); in removeDeviceLocked()