Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h90 void removeEventHubDevice(int32_t eventHubId);
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp203 void InputDevice::removeEventHubDevice(int32_t eventHubId) { in removeEventHubDevice() function in android::InputDevice
DInputReader.cpp341 device->removeEventHubDevice(eventHubId); in removeDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2995 device.removeEventHubDevice(TEST_EVENTHUB_ID); in TEST_F()