Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputEventLabels.cpp21 #define DEFINE_LED(led) { #led, ALED_##led } argument
DKeyLayoutMap.cpp509 Led led; in parseLed() local
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp416 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
447 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()
/frameworks/native/services/inputflinger/reader/include/
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()
/frameworks/native/services/inputflinger/reader/
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()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp2101 uint8_t led = entry.data.u8[i]; in updateRequest() local
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1955 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp565 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed()
599 bool getLedState(int32_t deviceId, int32_t led) { in getLedState()
865 void setLedState(int32_t deviceId, int32_t led, bool on) override { in setLedState()