Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHost.h161 virtual void unregisterDevice(InputDeviceHandle* handle) = 0;
181 void unregisterDevice(InputDeviceHandle* handle) override;
DInputHost.cpp106 void InputHost::unregisterDevice(InputDeviceHandle* handle) { in unregisterDevice() function in android::InputHost
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h81 MOCK_METHOD1(unregisterDevice, void(InputDeviceHandle* handle));