Searched defs:playerId (Results  1 – 11 of 11) sorted by relevance
| /frameworks/base/core/java/android/hardware/lights/ | 
| D | LightState.java | 63     public LightState(@ColorInt int color, int playerId) {  in LightState() 105         public Builder setPlayerId(int playerId) {  in setPlayerId()
  | 
| /frameworks/wilhelm/tests/mimeUri/ | 
| D | slesTestManyPlayers.cpp | 59 void ExitOnErrorFunc( SLresult result, int playerId, int line)  in ExitOnErrorFunc() 206 void CreatePlayer(int playerId) {  in CreatePlayer() 303 void DestroyPlayer(int playerId) {  in DestroyPlayer()
  | 
| /frameworks/native/services/inputflinger/reader/mapper/ | 
| D | InputMapper.h | 107     virtual bool setLightPlayerId(int32_t lightId, int32_t playerId) { return true; }  in setLightPlayerId()
  | 
| /frameworks/native/services/inputflinger/reader/controller/ | 
| D | PeripheralController.cpp | 216 bool PeripheralController::PlayerIdLight::setLightPlayerId(int32_t playerId) {  in setLightPlayerId() 425             int32_t playerId = std::stoi(results[2]);  in configureLights()  local 570 bool PeripheralController::setLightPlayerId(int32_t lightId, int32_t playerId) {  in setLightPlayerId()
  | 
| /frameworks/native/services/inputflinger/tests/fuzzers/ | 
| D | InputReaderFuzzer.cpp | 144     bool setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) {  in setLightPlayerId()
  | 
| /frameworks/base/services/core/java/com/android/server/input/ | 
| D | NativeInputManagerService.java | 166     void setLightPlayerId(int deviceId, int lightId, int playerId);  in setLightPlayerId() 409         public native void setLightPlayerId(int deviceId, int lightId, int playerId);  in setLightPlayerId()
  | 
| D | InputManagerService.java | 2044             int playerId = mNative.getLightPlayerId(deviceId, lightId);  in getLightState()  local
  | 
| /frameworks/native/services/inputflinger/reader/ | 
| D | InputDevice.cpp | 619 bool InputDevice::setLightPlayerId(int32_t lightId, int32_t playerId) {  in setLightPlayerId()
  | 
| D | InputReader.cpp | 851 bool InputReader::setLightPlayerId(int32_t deviceId, int32_t lightId, int32_t playerId) {  in setLightPlayerId()
  | 
| /frameworks/base/services/core/jni/ | 
| D | com_android_server_input_InputManagerService.cpp | 2284                                    jint playerId) {  in nativeSetLightPlayerId()
  | 
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputReader_test.cpp | 1231     bool setLightPlayerId(int32_t lightId, int32_t playerId) override { return true; }  in setLightPlayerId()
  |