Home
last modified time | relevance | path

Searched refs:KBD_DEVICE (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/examples/android/jni/
Dfbvncserver.c44 static char KBD_DEVICE[256] = "/dev/input/event3"; variable
128 if((kbdfd = open(KBD_DEVICE, O_RDWR)) == -1) in init_kbd()
130 printf("cannot open kbd device %s\n", KBD_DEVICE); in init_kbd()
482 strcpy(KBD_DEVICE, argv[i]); in main()
496 printf("Initializing keyboard device %s ...\n", KBD_DEVICE); in main()