Searched refs:__threadLoopPlayback (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
H A D | DvrTests.cpp | 25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread() 36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
|
H A D | DvrTests.h | 107 static void* __threadLoopPlayback(void* user);
|
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
H A D | DvrTests.cpp | 25 pthread_create(&mPlaybackThread, NULL, __threadLoopPlayback, this); in startPlaybackInputThread() 36 void* DvrCallback::__threadLoopPlayback(void* user) { in __threadLoopPlayback() function in DvrCallback
|
H A D | DvrTests.h | 108 static void* __threadLoopPlayback(void* user);
|
/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Dvr.cpp | 115 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 D | Dvr.h | 122 static void* __threadLoopPlayback(void* user);
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Dvr.h | 118 static void* __threadLoopPlayback(void* user);
|
H A D | Dvr.cpp | 137 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
|