HomeSort by relevance Sort by last modified time
    Searched full:hid_thread (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 49 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 *)(uintptr_t)fd);

Completed in 109 milliseconds