Searched refs:onDeviceRemoved (Results 1 – 5 of 5) sorted by relevance
41 void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceRemoved() function in android::InputDeviceManager
46 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override;
121 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) = 0;
639 mInputCallback->onDeviceRemoved(deviceNode); in poll()701 mInputCallback->onDeviceRemoved(deviceNode); in readNotify()
64 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceRemoved() function in android::tests::TestInputCallback