Home
last modified time | relevance | path

Searched refs:InputHub (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp415 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()
[all …]
DInputHub.h156 class InputHub : public InputHubInterface {
158 explicit InputHub(const std::shared_ptr<InputCallbackInterface>& cb);
159 virtual ~InputHub() override;
DEvdevModule.cpp51 std::unique_ptr<InputHub> mInputHub;
60 mInputHub(std::make_unique<InputHub>(mDeviceManager)) {} in EvdevModule()
DAndroid.bp21 "InputHub.cpp",
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp78 mInputHub = std::make_shared<InputHub>(mCallback); in SetUp()
82 std::shared_ptr<InputHub> mInputHub;