Home
last modified time | relevance | path

Searched refs:setLightColor (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h36 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;
DPeripheralControllerInterface.h42 virtual bool setLightColor(int32_t lightId, int32_t color) = 0;
DPeripheralController.cpp111 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/
DInputReaderFuzzer.cpp138 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/
DNativeInputManagerService.java176 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
DKeyboardLedController.java102 mNative.setLightColor(deviceId, light.getId(), color); in updateMicMuteLedState()
DKeyboardBacklightController.java631 mNative.setLightColor(mDeviceId, mLight.getId(), Color.argb(toValue, 0, 0, 0)); in setBacklightValue()
640 (animation) -> mNative.setLightColor(mDeviceId, mLight.getId(), in startAnimation()
DInputManagerService.java1903 mNative.setLightColor(deviceId, light.getId(), lightState.getColor()); in setLightStateInternal()
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h106 virtual bool setLightColor(int32_t lightId, int32_t color) { return true; } in setLightColor() function
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h381 virtual bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) = 0;
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java113 phoneCall.setLightColor(0xff0000ff);
737 channel.setLightColor(0xff0000ff);
754 channel.setLightColor(0xffff0000);
/frameworks/base/core/java/android/app/
DNotificationChannel.java443 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/
DInputDevice.cpp660 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()
DInputReader.cpp828 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/
DInputReader.h107 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) override;
DInputDevice.h119 bool setLightColor(int32_t lightId, int32_t color);
/frameworks/base/tests/Input/src/com/android/server/input/
DKeyboardBacklightControllerTests.kt141 `when`(native.setLightColor(anyInt(), anyInt(), anyInt())).then { in createKeyboard()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java591 original.setLightColor(5); in testCopy()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1314 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/
DPreferencesHelperTest.java601 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()
DNotificationRecordTest.java186 channel.setLightColor(Color.BLUE); in getNotification()
DNotificationManagerServiceTest.java4003 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1262 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2385 im->getInputManager()->getReader().setLightColor(deviceId, lightId, color); in nativeSetLightColor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12