HomeSort by relevance Sort by last modified time
    Searched full:inputcallbackinterface (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.h 37 class InputDeviceManager : public InputCallbackInterface {
InputHub.h 116 class InputCallbackInterface {
124 InputCallbackInterface() = default;
125 virtual ~InputCallbackInterface() = default;
158 explicit InputHub(const std::shared_ptr<InputCallbackInterface>& cb);
220 std::shared_ptr<InputCallbackInterface> mInputCallback;
InputHub.cpp 429 InputHub::InputHub(const std::shared_ptr<InputCallbackInterface>& cb) :
  /hardware/libhardware/tests/input/evdev/
InputHub_test.cpp 47 class TestInputCallback : public InputCallbackInterface {

Completed in 567 milliseconds