OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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