Searched defs:setLightPlayerId (Results 1 – 8 of 8) sorted by relevance
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | InputMapper.h | 107 virtual bool setLightPlayerId(int32_t lightId, int32_t playerId) { return true; } in setLightPlayerId() function
|
| /frameworks/native/services/inputflinger/reader/controller/ |
| D | PeripheralController.cpp | 216 bool PeripheralController::PlayerIdLight::setLightPlayerId(int32_t playerId) { in setLightPlayerId() function in android::PeripheralController::PlayerIdLight 570 bool PeripheralController::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::PeripheralController
|
| D | PeripheralController.h | 74 virtual bool setLightPlayerId(int32_t playerId) { return false; } in setLightPlayerId() function
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | InputReaderFuzzer.cpp | 144 bool setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::FuzzInputReader
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | NativeInputManagerService.java | 166 void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method 409 public native void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method in NativeInputManagerService.NativeImpl
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 619 bool InputDevice::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputDevice
|
| D | InputReader.cpp | 851 bool InputReader::setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputReader
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 1231 bool setLightPlayerId(int32_t lightId, int32_t playerId) override { return true; } in setLightPlayerId() function in android::FakePeripheralController
|