Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DDvrTests.cpp25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread()
36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
H A DDvrTests.h107 static void* __threadLoopPlayback(void* user);
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.cpp25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread()
36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
H A DDvrTests.h108 static void* __threadLoopPlayback(void* user);
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.cpp115 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()
177 void* Dvr::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
H A DDvr.h122 static void* __threadLoopPlayback(void* user);
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDvr.h118 static void* __threadLoopPlayback(void* user);
H A DDvr.cpp137 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()
200 void* Dvr::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in android::hardware::tv::tuner::V1_0::implementation::Dvr