Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.cpp37 void InputDeviceManager::onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceAdded() function in android::InputDeviceManager
DInputDeviceManager.h45 virtual void onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) override;
DInputHub.h120 virtual void onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) = 0;
DInputHub.cpp692 mInputCallback->onDeviceAdded(deviceNode); in readNotify()
733 mInputCallback->onDeviceAdded(node); in scanDir()
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp61 virtual void onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceAdded() function in android::tests::TestInputCallback