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

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c54 static void* write_thread(void* arg) { function
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress);

Completed in 90 milliseconds