Searched refs:__threadLoopFilter (Results 1 – 6 of 6) sorted by relevance
25 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread()52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter() function in FilterCallback
100 static void* __threadLoopFilter(void* threadArgs);
171 static void* __threadLoopFilter(void* user);
192 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
190 static void* __threadLoopFilter(void* user);
369 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