Searched refs:PeripheralControllerInterface (Results 1 – 4 of 4) sorted by relevance
30 class PeripheralControllerInterface {32 PeripheralControllerInterface() {} in PeripheralControllerInterface() function33 virtual ~PeripheralControllerInterface() {} in ~PeripheralControllerInterface()
23 class PeripheralController : public PeripheralControllerInterface {
37 class PeripheralControllerInterface; variable198 std::unique_ptr<PeripheralControllerInterface> mController;
1294 class FakePeripheralController : public PeripheralControllerInterface {