Searched refs:__threadLoopFilter (Results 1 – 4 of 4) sorted by relevance
25 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread()52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter() function in FilterCallback
111 static void* __threadLoopFilter(void* threadArgs);
169 static void* __threadLoopFilter(void* user);
190 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop()196 void* Filter::__threadLoopFilter(void* user) { in __threadLoopFilter() function in android::hardware::tv::tuner::V1_0::implementation::Filter