Searched refs:InputHub (Results 1 – 5 of 5) sorted by relevance
415 InputHub::InputHub(const std::shared_ptr<InputCallbackInterface>& cb) : in InputHub() function in android::InputHub474 InputHub::~InputHub() { in ~InputHub()484 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath()496 status_t InputHub::unregisterDevicePath(const std::string& path) { in unregisterDevicePath()515 status_t InputHub::poll() { in poll()652 status_t InputHub::wake() { in wake()665 void InputHub::dump(String8& dump) { in dump()669 status_t InputHub::readNotify() { in readNotify()716 status_t InputHub::scanDir(const std::string& path) { in scanDir()740 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()
21 "InputHub.cpp",
78 mInputHub = std::make_shared<InputHub>(mCallback); in SetUp()82 std::shared_ptr<InputHub> mInputHub;