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

/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c164 static void* play_thread(void* arg) function
170 fprintf(stderr, "play_thread start\n");
182 fprintf(stderr, "play_thread done\n");
219 pthread_create(&tid, NULL, play_thread, pcm);

Completed in 648 milliseconds