Searched defs:read_thread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c34 static void* read_thread(void* arg) { function
139 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c45 static void* read_thread(void* arg) { function
150 pthread_create(&th, NULL, read_thread, NULL);

Completed in 354 milliseconds