Searched refs:mRecordThread (Results 1 – 2 of 2) sorted by relevance
144 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()145 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
140 pthread_t mRecordThread; variable