Home | History | Annotate | Download | only in android

Lines Matching refs:code

74 extern void  qemu_help(int  code);
292 void send_key_event(unsigned code, unsigned down)
294 if(code == 0) {
298 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " );
299 kbd_put_keycode((code & 0x1ff) | (down ? 0x200 : 0));
557 /* this function is being called from the console code that is currently inactive
672 /* special code to deal with Alt-F4 properly */
679 /* special code to deal with Command-Q properly */
777 unsigned code = keycodes[nn].kcode;
779 code |= 0x200;
780 kbd_put_keycode( code );
2171 fprintf(stderr, "PANIC: please update the code in android/skin/keyset.c\n" );