Searched defs:led (Results 1 – 8 of 8) sorted by relevance
| /frameworks/native/include/input/ |
| D | InputEventLabels.h | 25 #define DEFINE_LED(led) { #led, ALED_##led } argument
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | KeyboardInputMapper.cpp | 410 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState() 421 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 254 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() 255 inline void setLedState(int32_t led, bool on) { return mEventHub->setLedState(mId, led, on); } in setLedState()
|
| /frameworks/native/libs/input/ |
| D | KeyLayoutMap.cpp | 443 Led led; in parseLed() local
|
| /frameworks/native/services/inputflinger/reader/ |
| D | EventHub.cpp | 630 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() 636 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) { in setLedStateLocked() 1712 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { in mapLed()
|
| /frameworks/av/services/camera/libcameraservice/api1/client2/ |
| D | Parameters.cpp | 2077 uint8_t led = entry.data.u8[i]; in updateRequest() local
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | CameraDeviceClient.cpp | 2286 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 528 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed() 533 bool getLedState(int32_t deviceId, int32_t led) { in getLedState() 784 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()
|