Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DDvrTests.cpp140 mRecordThread = std::thread(&DvrCallback::recordThreadLoop, this); in startRecordOutputThread()
194 if (mRecordThread.joinable()) { in stopRecordThread()
195 mRecordThread.join(); in stopRecordThread()
DDvrTests.h127 std::thread mRecordThread; variable
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.cpp143 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()
144 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
DDvrTests.h140 pthread_t mRecordThread; variable
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DDvrTests.cpp142 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()
143 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
DDvrTests.h141 pthread_t mRecordThread; variable