Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp131 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
DDvr.h109 static void* __threadLoopPlayback(void* user);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp427 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