Searched refs:PeripheralControllerInterface (Results 1 – 4 of 4) sorted by relevance
31 class PeripheralControllerInterface {33 PeripheralControllerInterface() {} in PeripheralControllerInterface() function34 virtual ~PeripheralControllerInterface() {} in ~PeripheralControllerInterface()
24 class PeripheralController : public PeripheralControllerInterface {
39 class PeripheralControllerInterface; variable171 std::unique_ptr<PeripheralControllerInterface> mController;
2161 class FakePeripheralController : public PeripheralControllerInterface {