Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputEventLabels.h25 #define DEFINE_LED(led) { #led, ALED_##led } argument
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp390 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
401 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()
/frameworks/native/libs/input/
DKeyLayoutMap.cpp443 Led led; in parseLed() local
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp608 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()
614 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) { in setLedStateLocked()
1706 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { in mapLed()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2061 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp2077 uint8_t led = entry.data.u8[i]; in updateRequest() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp481 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed()
486 bool getLedState(int32_t deviceId, int32_t led) { in getLedState()
728 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()