Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralControllerInterface.h30 class PeripheralControllerInterface {
32 PeripheralControllerInterface() {} in PeripheralControllerInterface() function
33 virtual ~PeripheralControllerInterface() {} in ~PeripheralControllerInterface()
H A DPeripheralController.h23 class PeripheralController : public PeripheralControllerInterface {
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h37 class PeripheralControllerInterface; variable
198 std::unique_ptr<PeripheralControllerInterface> mController;
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/reader/libinputreader/android_arm64_armv8-2a_cortex-a55_shared/obj/frameworks/native/services/inputflinger/reader/
DInputDevice.o.d1107 frameworks/native/services/inputflinger/reader/controller/PeripheralControllerInterface.h \
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/reader/libinputreader/android_arm64_armv8-2a_cortex-a55_shared/obj/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.o.d968 frameworks/native/services/inputflinger/reader/controller/PeripheralControllerInterface.h \
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1275 class FakePeripheralController : public PeripheralControllerInterface {