Home
last modified time | relevance | path

Searched refs:__threadLoopFilter (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DFilterTests.cpp25 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread()
52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter() function in FilterCallback
H A DFilterTests.h100 static void* __threadLoopFilter(void* threadArgs);
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DFilter.h171 static void* __threadLoopFilter(void* user);
H A DFilter.cpp192 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop()
198 void* Filter::__threadLoopFilter(void* user) { in __threadLoopFilter() function in android::hardware::tv::tuner::V1_0::implementation::Filter
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DFilter.h190 static void* __threadLoopFilter(void* user);
H A DFilter.cpp369 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop()
375 void* Filter::__threadLoopFilter(void* user) { in __threadLoopFilter() function in android::hardware::tv::tuner::V1_0::implementation::Filter