Home
last modified time | relevance | path

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

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Daccessorychat.c54 static void* write_thread(void* arg) { in write_thread() function
140 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep2->bEndpointAddress); in usb_device_added()
143 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep1->bEndpointAddress); in usb_device_added()
/frameworks/base/libs/usb/tests/accessorytest/
Dusb.c64 static void* write_thread(void* arg) { in write_thread() function
151 pthread_create(&th, NULL, write_thread, NULL); in usb_device_added()