HomeSort by relevance Sort by last modified time
    Searched refs:write_thread (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 54 static void* write_thread(void* arg) { function
140 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 64 static void* write_thread(void* arg) { function
151 pthread_create(&th, NULL, write_thread, NULL);

Completed in 655 milliseconds