Lines Matching refs:InputHub
415 InputHub::InputHub(const std::shared_ptr<InputCallbackInterface>& cb) : in InputHub() function in android::InputHub
474 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()
783 status_t InputHub::closeNode(const InputDeviceNode* node) { in closeNode()
792 status_t InputHub::closeNodeByFd(int fd) { in closeNodeByFd()
803 std::shared_ptr<InputDeviceNode> InputHub::findNodeByPath(const std::string& path) { in findNodeByPath()
810 bool InputHub::manageWakeLocks() const { in manageWakeLocks()