Searched refs:__threadLoopRecord (Results 1 – 2 of 2) sorted by relevance
110 static void* __threadLoopRecord(void* user);
428 static void* __threadLoopRecord(void* threadArgs);575 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()579 void* DvrCallback::__threadLoopRecord(void* threadArgs) { in __threadLoopRecord() function in __anon08a452290111::DvrCallback