Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/liblight/
H A Dlights.c176 static int set_rgb_led_brightness(enum rgb_led led, int brightness) in set_rgb_led_brightness()
184 static int set_rgb_led_timer_trigger(enum rgb_led led, int onMS, int offMS) in set_rgb_led_timer_trigger()
205 static int set_rgb_led_hw_blink(enum rgb_led led, int blink) in set_rgb_led_hw_blink()
/aosp12/hardware/qcom/sm8150/display/liblight/
H A Dlights.c169 static int set_rgb_led_brightness(enum rgb_led led, int brightness) in set_rgb_led_brightness()
177 static int set_rgb_led_timer_trigger(enum rgb_led led, int onMS, int offMS) in set_rgb_led_timer_trigger()
198 static int set_rgb_led_hw_blink(enum rgb_led led, int blink) in set_rgb_led_hw_blink()
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp21 #define DEFINE_LED(led) { #led, ALED_##led } argument
H A DKeyLayoutMap.cpp509 Led led; in parseLed() local
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp416 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
447 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h326 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed()
327 inline void setLedState(int32_t led, bool on) { return mEventHub->setLedState(mId, led, on); } in setLedState()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp520 void EventHub::Device::setLedStateLocked(int32_t led, bool on) { in setLedStateLocked()
543 status_t EventHub::Device::mapLed(int32_t led, int32_t* outScanCode) const { in mapLed()
1197 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2101 uint8_t led = entry.data.u8[i]; in updateRequest() local
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1962 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp581 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed()
615 bool getLedState(int32_t deviceId, int32_t led) { in getLedState()
881 void setLedState(int32_t deviceId, int32_t led, bool on) override { in setLedState()