Home
last modified time | relevance | path

Searched refs:led (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/data/keyboards/
DVendor_0b05_Product_4500.kl39 led 0x00 CONTROLLER_1
40 led 0x01 CONTROLLER_2
41 led 0x02 CONTROLLER_3
42 led 0x03 CONTROLLER_4
DVendor_18d1_Product_2c40.kl39 led 0x00 CONTROLLER_1
40 led 0x01 CONTROLLER_2
41 led 0x02 CONTROLLER_3
42 led 0x03 CONTROLLER_4
DGeneric.kl431 led 0x00 NUM_LOCK
432 led 0x01 CAPS_LOCK
433 led 0x02 SCROLL_LOCK
434 led 0x03 COMPOSE
435 led 0x04 KANA
436 led 0x05 SLEEP
437 led 0x06 SUSPEND
438 led 0x07 MUTE
439 led 0x08 MISC
440 led 0x09 MAIL
[all …]
/frameworks/native/services/inputflinger/
DEventHub.h236 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
237 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
301 virtual bool hasLed(int32_t deviceId, int32_t led) const;
302 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
402 status_t mapLed(Device* device, int32_t led, int32_t* outScanCode) const;
403 void setLedStateLocked(Device* device, int32_t led, bool on);
DEventHub.cpp494 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed()
498 if (device && mapLed(device, led, &sc) == NO_ERROR) { in hasLed()
506 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() argument
509 setLedStateLocked(device, led, on); in setLedState()
512 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) { in setLedStateLocked() argument
514 if (device && !device->isVirtual() && mapLed(device, led, &sc) != NAME_NOT_FOUND) { in setLedStateLocked()
1463 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { in mapLed() argument
1469 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()
DInputReader.h1104 void initializeLedState(LedState& ledState, int32_t led);
1106 void updateLedStateForModifier(LedState& ledState, int32_t led,
DInputReader.cpp2233 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState() argument
2234 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
2248 int32_t led, int32_t modifier, bool reset) { in updateLedStateForModifier() argument
2252 getEventHub()->setLedState(getDeviceId(), led, desiredState); in updateLedStateForModifier()
/frameworks/native/include/input/
DInputEventLabels.h25 #define DEFINE_LED(led) { #led, ALED_##led } argument
/frameworks/native/libs/input/
DKeyLayoutMap.cpp442 Led led; in parseLed() local
443 led.ledCode = ledCode; in parseLed()
444 map.add(code, led); in parseLed()
/frameworks/av/services/camera/libcameraservice/api_pro/
DProCamera2Client.cpp405 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
407 switch(led) { in enforceRequestPermissions()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp623 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local
625 switch(led) { in enforceRequestPermissions()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp430 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed() argument
432 device->leds.add(led, initialState); in addLed()
435 bool getLedState(int32_t deviceId, int32_t led) { in getLedState() argument
437 return device->leds.valueFor(led); in getLedState()
654 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed()
656 return device && device->leds.indexOfKey(led) >= 0; in hasLed()
659 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() argument
662 ssize_t index = device->leds.indexOfKey(led); in setLedState()
664 device->leds.replaceValueAt(led, on); in setLedState()
668 "was not present. led=" << led; in setLedState()
/frameworks/base/docs/html/distribute/stories/
Dtablets.jd94 <p class="image-caption"><span style="font-weight:500;">Tablet redesign led to lift
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1878 uint8_t led = entry.data.u8[i]; in updateRequest() local
1880 switch(led) { in updateRequest()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd160 currently limited by a 512-entry ring buffer. Click on a line to see the stack trace that led to
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd832 led to behavior such as an object still existing in its original location, even though it was
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd1025 …you see a stack trace of the calls that led to the failure. This trace is similar to the following…
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd3206 the Android NDK installation or the project path led to the