Home
last modified time | relevance | path

Searched refs:onDeviceRemoved (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.cpp41 void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceRemoved() function in android::InputDeviceManager
DInputDeviceManager.h46 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override;
DInputHub.h121 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) = 0;
DInputHub.cpp639 mInputCallback->onDeviceRemoved(deviceNode); in poll()
701 mInputCallback->onDeviceRemoved(deviceNode); in readNotify()
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp64 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceRemoved() function in android::tests::TestInputCallback