Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralControllerInterface.h30 class PeripheralControllerInterface {
32 PeripheralControllerInterface() {} in PeripheralControllerInterface() function
33 virtual ~PeripheralControllerInterface() {} in ~PeripheralControllerInterface()
DPeripheralController.h23 class PeripheralController : public PeripheralControllerInterface {
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h37 class PeripheralControllerInterface; variable
198 std::unique_ptr<PeripheralControllerInterface> mController;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1294 class FakePeripheralController : public PeripheralControllerInterface {