Home
last modified time | relevance | path

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

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