Home
last modified time | relevance | path

Searched refs:__threadLoopPlayback (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp115 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
DDvr.h112 static void* __threadLoopPlayback(void* user);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.cpp25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread()
36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
DDvrTests.h107 static void* __threadLoopPlayback(void* user);