Home
last modified time | relevance | path

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

/external/v4l-utils/utils/qv4l2/
Dalsa_stream.c595 static pthread_t alsa_thread; variable
630 ret = pthread_create(&alsa_thread, NULL, in alsa_thread_startup()
644 pthread_join(alsa_thread, NULL); in alsa_thread_stop()