Searched defs:setLightPlayerId (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.h | 110 virtual bool setLightPlayerId(int32_t lightId, int32_t playerId) { return true; } in setLightPlayerId() function
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.cpp | 208 bool PeripheralController::PlayerIdLight::setLightPlayerId(int32_t playerId) { in setLightPlayerId() function in android::PeripheralController::PlayerIdLight 563 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 | 148 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 | 197 void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method 529 public native void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method in NativeInputManagerService.NativeImpl
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 682 bool InputDevice::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputDevice
|
D | InputReader.cpp | 857 bool InputReader::setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputReader
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 3390 {"setLightPlayerId", "(III)V", (void*)nativeSetLightPlayerId}, in setLightPlayerId() method
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1321 bool setLightPlayerId(int32_t lightId, int32_t playerId) override { return true; } in setLightPlayerId() function in android::FakePeripheralController
|