Searched refs:__threadLoopPlayback (Results 1 – 4 of 4) sorted by relevance
115 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()178 void* Dvr::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
112 static void* __threadLoopPlayback(void* user);
25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread()36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
107 static void* __threadLoopPlayback(void* user);