Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp399 InputHub::InputHub(std::shared_ptr<InputCallbackInterface> cb) : in InputHub() function in android::InputHub
458 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 …]
DInputHub.h130 class InputHub : public InputHubInterface {
132 explicit InputHub(std::shared_ptr<InputCallbackInterface> cb);
133 virtual ~InputHub() override;
DEvdevModule.cpp50 std::shared_ptr<InputHub> mInputHub;
59 mInputHub(std::make_shared<InputHub>(mDeviceManager)) {} in EvdevModule()
DAndroid.mk21 InputHub.cpp \
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp81 mInputHub = std::make_shared<InputHub>(mCallback); in SetUp()
85 std::shared_ptr<InputHub> mInputHub;