Home
last modified time | relevance | path

Searched defs:setLightPlayerId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.h81 virtual bool setLightPlayerId(int32_t lightId, int32_t playerId) { return true; } in setLightPlayerId() function
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.cpp213 bool PeripheralController::PlayerIdLight::setLightPlayerId(int32_t playerId) { in setLightPlayerId() function in android::PeripheralController::PlayerIdLight
509 bool PeripheralController::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::PeripheralController
H A DPeripheralController.h72 virtual bool setLightPlayerId(int32_t playerId) { return false; } in setLightPlayerId() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp543 bool InputDevice::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputDevice
H A DInputReader.cpp732 bool InputReader::setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputReader
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2058 bool setLightPlayerId(int32_t lightId, int32_t playerId) override { return true; } in setLightPlayerId() function in android::FakePeripheralController