Searched defs:setLightPlayerId (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.h | 84 virtual bool setLightPlayerId(int32_t lightId, int32_t playerId) { return true; } in setLightPlayerId() function
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.cpp | 213 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
|
D | PeripheralController.h | 74 virtual bool setLightPlayerId(int32_t playerId) { return false; } in setLightPlayerId() function
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 141 void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method 335 public native void setLightPlayerId(int deviceId, int lightId, int playerId); in setLightPlayerId() method in NativeInputManagerService.NativeImpl
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 567 bool InputDevice::setLightPlayerId(int32_t lightId, int32_t playerId) { in setLightPlayerId() function in android::InputDevice
|
D | InputReader.cpp | 739 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 | 2194 bool setLightPlayerId(int32_t lightId, int32_t playerId) override { return true; } in setLightPlayerId() function in android::FakePeripheralController
|