Home
last modified time | relevance | path

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

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