Searched refs:__threadLoopPlayback (Results 1 – 3 of 3) sorted by relevance
131 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()191 void* Dvr::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
109 static void* __threadLoopPlayback(void* user);
427 static void* __threadLoopPlayback(void* threadArgs);479 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, (void*)threadArgs); in startPlaybackInputThread()490 void* DvrCallback::__threadLoopPlayback(void* threadArgs) { in __threadLoopPlayback() function in __anon08a452290111::DvrCallback