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

/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c122 static void* capture_thread(void* arg) function
127 fprintf(stderr, "capture_thread start\n");
160 fprintf(stderr, "capture_thread done\n");
218 pthread_create(&tid, NULL, capture_thread, NULL);

Completed in 2058 milliseconds