Searched refs:hid_thread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/usb/tests/accessorytest/
H A Dhid.c49 static void* hid_thread(void* arg) { function
59 fprintf(stderr, "hid_thread start fd: %d\n", fd);
142 pthread_create(&th, NULL, hid_thread, (void *)fd);

Completed in 73 milliseconds