Home
last modified time | relevance | path

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

/external/libvncserver/examples/android/jni/
Dfbvncserver.c45 static char TOUCH_DEVICE[256] = "/dev/input/event1"; variable
146 if((touchfd = open(TOUCH_DEVICE, O_RDWR)) == -1) in init_touch()
148 printf("cannot open touch device %s\n", TOUCH_DEVICE); in init_touch()
486 strcpy(TOUCH_DEVICE, argv[i]); in main()
498 printf("Initializing touch device %s ...\n", TOUCH_DEVICE); in main()