Home
last modified time | relevance | path

Searched refs:PeripheralControllerInterface (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralControllerInterface.h31 class PeripheralControllerInterface {
33 PeripheralControllerInterface() {} in PeripheralControllerInterface() function
34 virtual ~PeripheralControllerInterface() {} in ~PeripheralControllerInterface()
DPeripheralController.h24 class PeripheralController : public PeripheralControllerInterface {
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h39 class PeripheralControllerInterface; variable
171 std::unique_ptr<PeripheralControllerInterface> mController;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2161 class FakePeripheralController : public PeripheralControllerInterface {