Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp59 PeripheralController::PeripheralController(InputDeviceContext& deviceContext) in PeripheralController() function in android::PeripheralController
65 PeripheralController::~PeripheralController() {} in ~PeripheralController()
67 std::optional<std::int32_t> PeripheralController::Light::getRawLightBrightness(int32_t rawLightId) { in getRawLightBrightness()
92 void PeripheralController::Light::setRawLightBrightness(int32_t rawLightId, int32_t brightness) { in setRawLightBrightness()
111 bool PeripheralController::MonoLight::setLightColor(int32_t color) { in setLightColor()
118 bool PeripheralController::RgbLight::setLightColor(int32_t color) { in setLightColor()
144 bool PeripheralController::MultiColorLight::setLightColor(int32_t color) { in setLightColor()
155 std::optional<int32_t> PeripheralController::MonoLight::getLightColor() { in getLightColor()
164 std::optional<int32_t> PeripheralController::RgbLight::getLightColor() { in getLightColor()
199 std::optional<int32_t> PeripheralController::MultiColorLight::getLightColor() { in getLightColor()
[all …]
DPeripheralController.h23 class PeripheralController : public PeripheralControllerInterface {
30 explicit PeripheralController(InputDeviceContext& deviceContext);
31 ~PeripheralController() override;
/frameworks/native/services/inputflinger/reader/
DAndroid.bp45 "controller/PeripheralController.cpp",
DInputDevice.cpp522 mController = std::make_unique<PeripheralController>(contextPtr); in createMappers()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp10250 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10258 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10281 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10302 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10324 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10346 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10367 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10390 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10419 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
10451 PeripheralController& controller = addControllerAndConfigure<PeripheralController>(); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h36 class PeripheralController; variable