Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.cpp144 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()
145 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
DDvrTests.h140 pthread_t mRecordThread; variable