Searched refs:rec_thread (Results 1 – 6 of 6) sorted by relevance
77 pj_thread_t *rec_thread; member775 &stream->rec_thread); in android_create_stream()1007 if (stream->rec_thread) { in strm_destroy()1009 pj_thread_join(stream->rec_thread); in strm_destroy()1010 pj_thread_destroy(stream->rec_thread); in strm_destroy()1011 stream->rec_thread = NULL; in strm_destroy()
91 pj_thread_t *rec_thread; member228 &stream->rec_thread); in bqRecorderCallback()
128 pj_thread_t *rec_thread; member459 &strm->rec_thread); in bdimad_CaptureCallback()
82 pj_thread_t *rec_thread; member192 &stream->rec_thread); in PaRecorderCallback()
134 pj_thread_t *rec_thread;769 &strm->rec_thread);921 &strm->rec_thread);
76 pthread_t rec_thread; variable516 pthread_create(&rec_thread, NULL, snd_rec_thread, NULL); in snd_start_rec()