/external/chromium_org/content/renderer/pepper/ |
usb_key_code_conversion_win.cc | 16 // Extract the scancode and extended bit from the native key event's lParam. 17 int scancode = (key_event.nativeKeyCode >> 16) & 0x000000FF; local 19 scancode |= 0xe000; 22 return key_converter->NativeKeycodeToUsbKeycode(scancode); 26 // Extract the scancode and extended bit from the native key event's lParam. 27 int scancode = (key_event.nativeKeyCode >> 16) & 0x000000FF; local 29 scancode |= 0xe000; 32 return key_converter->NativeKeycodeToCode(scancode);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_keyboard.h | 42 * - The scancode is hardware dependent, and should not be used by general 43 * applications. If no hardware scancode is available, it will be 0. 60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 42 * - The scancode is hardware dependent, and should not be used by general 43 * applications. If no hardware scancode is available, it will be 0. 60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 42 * - The scancode is hardware dependent, and should not be used by general 43 * applications. If no hardware scancode is available, it will be 0. 60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_keyboard.h | 42 * - The scancode is hardware dependent, and should not be used by general 43 * applications. If no hardware scancode is available, it will be 0. 60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglevents.c | 40 /* The translation tables from a console scancode to a SDL keysym */ 44 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym); 75 int c, pressed, scancode; local 78 scancode = c & 0x7F; 86 TranslateKey(scancode, &keysym)); 268 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym) 271 keysym->scancode = scancode; 272 keysym->sym = keymap[scancode]; 292 if ( !(vga_keymap->key[scancode].spcl & (0x80 >> map)) ) [all...] |
/external/chromium_org/remoting/host/ |
input_injector_win.cc | 182 int scancode = key_converter->UsbKeycodeToNativeKeycode(event.usb_keycode()); local 184 << " to scancode: " << scancode << std::dec; 187 if (scancode == key_converter->InvalidNativeKeycode()) 203 input.ki.wScan = scancode & 0xFF; 204 if ((scancode & 0xFF00) != 0x0000)
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemevents.c | 280 int scancode; local 283 scancode=(kc>>8) & (ATARIBIOS_MAXKEYS-1); 284 gem_currentkeyboard[scancode]=0xFF;
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_QWin.cc | 374 int scancode = e->key(); local 376 if(scancode >= 'A' && scancode <= 'Z') { 378 keysym.sym = static_cast<SDLKey>(scancode + 32); 379 } else if(scancode >= 0x1000) { 381 switch(scancode) { 382 case Qt::Key_Escape: scancode = SDLK_ESCAPE; break; 383 case Qt::Key_Tab: scancode = SDLK_TAB; break; 384 case Qt::Key_Backspace: scancode = SDLK_BACKSPACE; break; 385 case Qt::Key_Return: scancode = SDLK_RETURN; break [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 61 /* The translation tables from a console scancode to a SDL keysym */ 66 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym); 999 int scancode; local 1004 scancode = keybuf[i] & 0x7F; 1010 TranslateKey(scancode, &keysym); 1213 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym) 1216 keysym->scancode = scancode; 1217 keysym->sym = keymap[scancode]; 1240 if ( KTYP(vga_keymap[map][scancode]) == KT_LETTER ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 54 /* The translation tables from a console scancode to a SDL keysym */ 59 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym); 765 int scancode; local 770 scancode = keybuf[i] & 0x7F; 776 TranslateKey(scancode, &keysym); 936 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym) 939 keysym->scancode = scancode; 940 keysym->sym = keymap[scancode]; 963 if ( KTYP(vga_keymap[map][scancode]) == KT_LETTER ) [all...] |
/bionic/libc/kernel/common/linux/ |
kd.h | 150 unsigned int scancode, keycode; member in struct:kbkeycode
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 291 int scancode = Integer.parseInt(args[7]); local 294 metaState, device, scancode); [all...] |
/development/ndk/platforms/android-3/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/external/kernel-headers/original/linux/ |
kd.h | 129 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
kd.h | 138 unsigned int scancode, keycode; member in struct:kbkeycode
|