/frameworks/base/data/keyboards/ |
D | Vendor_0b05_Product_4500.kl | 39 led 0x00 CONTROLLER_1 40 led 0x01 CONTROLLER_2 41 led 0x02 CONTROLLER_3 42 led 0x03 CONTROLLER_4
|
D | Vendor_18d1_Product_2c40.kl | 39 led 0x00 CONTROLLER_1 40 led 0x01 CONTROLLER_2 41 led 0x02 CONTROLLER_3 42 led 0x03 CONTROLLER_4
|
D | Generic.kl | 431 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/ |
D | EventHub.h | 236 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);
|
D | EventHub.cpp | 494 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()
|
D | InputReader.h | 1104 void initializeLedState(LedState& ledState, int32_t led); 1106 void updateLedStateForModifier(LedState& ledState, int32_t led,
|
D | InputReader.cpp | 2233 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/ |
D | InputEventLabels.h | 25 #define DEFINE_LED(led) { #led, ALED_##led } argument
|
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 442 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/ |
D | ProCamera2Client.cpp | 405 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local 407 switch(led) { in enforceRequestPermissions()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 623 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local 625 switch(led) { in enforceRequestPermissions()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 430 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/ |
D | tablets.jd | 94 <p class="image-caption"><span style="font-weight:500;">Tablet redesign led to lift
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 1878 uint8_t led = entry.data.u8[i]; in updateRequest() local 1880 switch(led) { in updateRequest()
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 160 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/ |
D | prop-animation.jd | 832 led to behavior such as an object still existing in its original location, even though it was
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 1025 …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/ |
D | index.jd | 3206 the Android NDK installation or the project path led to the
|