Searched refs:InputHub (Results 1 – 5 of 5) sorted by relevance
399 InputHub::InputHub(std::shared_ptr<InputCallbackInterface> cb) : in InputHub() function in android::InputHub458 InputHub::~InputHub() { in ~InputHub()468 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath()480 status_t InputHub::unregisterDevicePath(const std::string& path) { in unregisterDevicePath()499 status_t InputHub::poll() { in poll()636 status_t InputHub::wake() { in wake()649 void InputHub::dump(String8& dump) { in dump()653 status_t InputHub::readNotify() { in readNotify()702 status_t InputHub::scanDir(const std::string& path) { in scanDir()726 status_t InputHub::openNode(const std::string& path, in openNode()[all …]
130 class InputHub : public InputHubInterface {132 explicit InputHub(std::shared_ptr<InputCallbackInterface> cb);133 virtual ~InputHub() override;
50 std::shared_ptr<InputHub> mInputHub;59 mInputHub(std::make_shared<InputHub>(mDeviceManager)) {} in EvdevModule()
21 InputHub.cpp \
81 mInputHub = std::make_shared<InputHub>(mCallback); in SetUp()85 std::shared_ptr<InputHub> mInputHub;