/frameworks/base/data/keyboards/ |
D | Vendor_1532_Product_0900.kl | 39 led 0x00 CONTROLLER_1 40 led 0x01 CONTROLLER_2 41 led 0x02 CONTROLLER_3 42 led 0x03 CONTROLLER_4
|
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 | Vendor_046d_Product_b501.kl | 62 led 0x00 CONTROLLER_1 63 led 0x01 CONTROLLER_2 64 led 0x02 CONTROLLER_3 65 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 | 246 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0; 247 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0; 312 virtual bool hasLed(int32_t deviceId, int32_t led) const; 313 virtual void setLedState(int32_t deviceId, int32_t led, bool on); 414 status_t mapLed(Device* device, int32_t led, int32_t* outScanCode) const; 415 void setLedStateLocked(Device* device, int32_t led, bool on);
|
D | EventHub.cpp | 515 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() 519 if (device && mapLed(device, led, &sc) == NO_ERROR) { in hasLed() 527 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() argument 530 setLedStateLocked(device, led, on); in setLedState() 533 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) { in setLedStateLocked() argument 535 if (device && !device->isVirtual() && mapLed(device, led, &sc) != NAME_NOT_FOUND) { in setLedStateLocked() 1517 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { in mapLed() argument 1523 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()
|
D | InputReader.h | 1172 void initializeLedState(LedState& ledState, int32_t led); 1174 void updateLedStateForModifier(LedState& ledState, int32_t led,
|
D | InputReader.cpp | 2387 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState() argument 2388 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState() 2402 int32_t led, int32_t modifier, bool reset) { in updateLedStateForModifier() argument 2406 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/base/docs/html/distribute/stories/apps/ |
D | drupe-communications.jd | 62 page is available in 28 languages. This led to an increase in conversion 80 through feedback loops and feature adoptions. <strong>This has led to 700%
|
D | aftenposten.jd | 52 of three topics turned on. This led to a <strong>28% decrease over 60 days in
|
D | noom-health.jd | 94 Over the last three years, Noom’s localization efforts led to an <strong>80%
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | upbeat-games.jd | 37 existing user base and high gross national income (GNI). This led to a direct
|
D | playlab-puzzles.jd | 59 positive results which led them to make an informed decision to change the
|
D | tapps.jd | 65 reordering screenshots, and simplifying graphics often led to variant results
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 429 void addLed(int32_t deviceId, int32_t led, bool initialState) { in addLed() argument 431 device->leds.add(led, initialState); in addLed() 434 bool getLedState(int32_t deviceId, int32_t led) { in getLedState() argument 436 return device->leds.valueFor(led); in getLedState() 656 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed() 658 return device && device->leds.indexOfKey(led) >= 0; in hasLed() 661 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() argument 664 ssize_t index = device->leds.indexOfKey(led); in setLedState() 666 device->leds.replaceValueAt(led, on); in setLedState() 670 "was not present. led=" << led; in setLedState()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 1245 uint8_t led = entry.data.u8[i]; in enforceRequestPermissions() local 1247 switch(led) { in enforceRequestPermissions()
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 64 led to the most in-app purchases. Google Analytics allows you to segment your
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 1935 uint8_t led = entry.data.u8[i]; in updateRequest() local 1937 switch(led) { in updateRequest()
|
/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
|