Searched refs:InputHub (Results 1 – 5 of 5) sorted by relevance
429 InputHub::InputHub(const std::shared_ptr<InputCallbackInterface>& cb) : in InputHub() function in android::InputHub488 InputHub::~InputHub() { in ~InputHub()498 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath()510 status_t InputHub::unregisterDevicePath(const std::string& path) { in unregisterDevicePath()529 status_t InputHub::poll() { in poll()666 status_t InputHub::wake() { in wake()679 void InputHub::dump(String8& dump) { in dump()683 status_t InputHub::readNotify() { in readNotify()731 status_t InputHub::scanDir(const std::string& path) { in scanDir()755 std::shared_ptr<InputDeviceNode> InputHub::openNode(const std::string& path) { in openNode()[all …]
156 class InputHub : public InputHubInterface {158 explicit InputHub(const std::shared_ptr<InputCallbackInterface>& cb);159 virtual ~InputHub() override;
51 std::unique_ptr<InputHub> mInputHub;60 mInputHub(std::make_unique<InputHub>(mDeviceManager)) {} in EvdevModule()
22 InputHub.cpp \
78 mInputHub = std::make_shared<InputHub>(mCallback); in SetUp()82 std::shared_ptr<InputHub> mInputHub;