Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFilterTests.cpp25 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread()
52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter() function in FilterCallback
DFilterTests.h111 static void* __threadLoopFilter(void* threadArgs);
/hardware/interfaces/tv/tuner/1.0/default/
DFilter.h169 static void* __threadLoopFilter(void* user);
DFilter.cpp190 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