Home
last modified time | relevance | path

Searched defs:setLightColor (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp103 bool PeripheralController::MonoLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MonoLight
110 bool PeripheralController::RgbLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::RgbLight
136 bool PeripheralController::MultiColorLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MultiColorLight
540 bool PeripheralController::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::PeripheralController
DPeripheralController.h72 virtual bool setLightColor(int32_t color) { return false; } in setLightColor() function
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h109 virtual bool setLightColor(int32_t lightId, int32_t color) { return true; } in setLightColor() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp144 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::FuzzInputReader
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java199 void setLightColor(int deviceId, int lightId, int color); in setLightColor() method
532 public native void setLightColor(int deviceId, int lightId, int color); in setLightColor() method in NativeInputManagerService.NativeImpl
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp678 bool InputDevice::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::InputDevice
DInputReader.cpp847 bool InputReader::setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::InputReader
/frameworks/base/core/java/android/app/
DNotificationChannel.java724 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp3391 {"setLightColor", "(III)V", (void*)nativeSetLightColor}, in setLightColor() method
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1308 bool setLightColor(int32_t lightId, int32_t color) override { in setLightColor() function in android::FakePeripheralController