/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.h | 36 bool setLightColor(int32_t lightId, int32_t color) override; 72 virtual bool setLightColor(int32_t color) { return false; } in setLightColor() function 92 bool setLightColor(int32_t color) override; 114 bool setLightColor(int32_t color) override; 128 bool setLightColor(int32_t color) override;
|
D | PeripheralControllerInterface.h | 42 virtual bool setLightColor(int32_t lightId, int32_t color) = 0;
|
D | PeripheralController.cpp | 111 bool PeripheralController::MonoLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MonoLight 118 bool PeripheralController::RgbLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::RgbLight 144 bool PeripheralController::MultiColorLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MultiColorLight 552 bool PeripheralController::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::PeripheralController 562 return light->setLightColor(color); in setLightColor()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 138 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::FuzzInputReader 139 return reader->setLightColor(deviceId, lightId, color); in setLightColor() 269 reader->setLightColor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 176 void setLightColor(int deviceId, int lightId, int color); in setLightColor() method 449 public native void setLightColor(int deviceId, int lightId, int color); in setLightColor() method in NativeInputManagerService.NativeImpl
|
D | KeyboardLedController.java | 102 mNative.setLightColor(deviceId, light.getId(), color); in updateMicMuteLedState()
|
D | KeyboardBacklightController.java | 631 mNative.setLightColor(mDeviceId, mLight.getId(), Color.argb(toValue, 0, 0, 0)); in setBacklightValue() 640 (animation) -> mNative.setLightColor(mDeviceId, mLight.getId(), in startAnimation()
|
D | InputManagerService.java | 1903 mNative.setLightColor(deviceId, light.getId(), lightState.getColor()); in setLightStateInternal()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.h | 106 virtual bool setLightColor(int32_t lightId, int32_t color) { return true; } in setLightColor() function
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 381 virtual bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) = 0;
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 113 phoneCall.setLightColor(0xff0000ff); 737 channel.setLightColor(0xff0000ff); 754 channel.setLightColor(0xffff0000);
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 443 copy.setLightColor(mLightColor); in copy() 631 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel 1131 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 660 bool InputDevice::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::InputDevice 661 return mController ? mController->setLightColor(lightId, color) : false; in setLightColor()
|
D | InputReader.cpp | 828 bool InputReader::setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::InputReader 833 return device->setLightColor(lightId, color); in setLightColor()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 107 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) override;
|
D | InputDevice.h | 119 bool setLightColor(int32_t lightId, int32_t color);
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyboardBacklightControllerTests.kt | 141 `when`(native.setLightColor(anyInt(), anyInt(), anyInt())).then { in createKeyboard()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationChannelTest.java | 591 original.setLightColor(5); in testCopy()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1314 bool setLightColor(int32_t lightId, int32_t color) override { in setLightColor() function in android::FakePeripheralController 1408 ASSERT_TRUE(controller.setLightColor(/*lightId=*/1, LIGHT_BRIGHTNESS)); in TEST_F() 1410 ASSERT_TRUE(mReader->setLightColor(deviceId, /*lightId=*/1, LIGHT_BRIGHTNESS)); in TEST_F() 10289 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_BRIGHTNESS)); in TEST_F() 10332 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_BRIGHTNESS)); in TEST_F() 10460 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10496 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10536 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10560 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10585 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 601 channel2.setLightColor(Color.BLUE); in testChannelXml() 668 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup() 1133 channel2.setLightColor(Color.BLUE); in testChannelXmlForNonBackup_postMigration() 1218 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration() 1305 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration_noExternal() 2281 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance() 2897 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
|
D | NotificationRecordTest.java | 186 channel.setLightColor(Color.BLUE); in getNotification()
|
D | NotificationManagerServiceTest.java | 4003 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1262 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 2385 im->getInputManager()->getReader().setLightColor(deviceId, lightId, color); in nativeSetLightColor()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |