HomeSort by relevance Sort by last modified time
    Searched refs:keypad (Results 1 - 21 of 21) sorted by null

  /bootable/bootloader/legacy/libboot/
gpio_keypad.c 33 int gpio_keypad_init(gpio_keypad_info *keypad)
36 for(i = 0; i < keypad->noutputs; i++) {
37 gpio_set(keypad->output_gpios[i], keypad->polarity ^ keypad->drive_inactive_outputs);
38 gpio_dir(keypad->output_gpios[i], keypad->drive_inactive_outputs);
40 for(i = 0; i < keypad->ninputs; i++) {
41 gpio_dir(keypad->input_gpios[i], 0);
43 keypad->state = 0
    [all...]
  /bootable/bootloader/legacy/include/boot/
gpio_keypad.h 44 int gpio_keypad_init(gpio_keypad_info *keypad);
45 void gpio_keypad_scan_keys(gpio_keypad_info *keypad);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 96 String keypad = null; local
98 keypad = "undefined";
100 keypad = "nokeys";
102 keypad = "qwerty";
104 keypad = "12key";
106 if (keypad != null) {
107 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad);
  /device/samsung/crespo/
device_base.mk 58 device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \
59 device/samsung/crespo/s3c-keypad.kcm:system/usr/keychars/s3c-keypad.kcm \
60 device/samsung/crespo/herring-keypad.kl:system/usr/keylayout/herring-keypad.kl \
61 device/samsung/crespo/herring-keypad.kcm:system/usr/keychars/herring-keypad.kcm \
113 s3c-keypad.kcm \
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 47 bool keypad = false; local
50 keypad = (lparam >> 16) & KF_EXTENDED;
62 keypad = !((lparam >> 16) & KF_EXTENDED);
81 keypad = true;
84 keypad = false;
86 return keypad;
  /build/core/
legacy_prebuilts.mk 95 sholes-keypad.kl \
  /device/moto/wingray/
device_base.mk 70 device/moto/wingray/stingray-keypad.kl:system/usr/keylayout/stingray-keypad.kl \
71 device/moto/wingray/stingray-keypad.kcm:system/usr/keychars/stingray-keypad.kcm
  /device/samsung/tuna/
device.mk 117 device/samsung/tuna/tuna-gpio-keypad.kl:system/usr/keylayout/tuna-gpio-keypad.kl \
118 device/samsung/tuna/tuna-gpio-keypad.kcm:system/usr/keychars/tuna-gpio-keypad.kcm \
  /external/e2fsprogs/ext2ed/
main.c 204 keypad(command_win, 1);
305 keypad(command_win, 1);
  /external/qemu/
curses.c 295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 435 #define EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad))
466 /* Distinguish between keypad and extended keys */
505 /* No VK_ code for the keypad enter key */
  /external/grub/grub/
asmstub.c 177 keypad (stdscr, TRUE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 598 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]

Completed in 573 milliseconds