Lines Matching refs:InputHub
429 InputHub::InputHub(const std::shared_ptr<InputCallbackInterface>& cb) : in InputHub() function in android::InputHub
488 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()
798 status_t InputHub::closeNode(const InputDeviceNode* node) { in closeNode()
807 status_t InputHub::closeNodeByFd(int fd) { in closeNodeByFd()
818 std::shared_ptr<InputDeviceNode> InputHub::findNodeByPath(const std::string& path) { in findNodeByPath()
825 bool InputHub::manageWakeLocks() const { in manageWakeLocks()