Searched refs:mFilterThread (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
H A D | FilterTests.cpp | 25 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread() 26 pthread_setname_np(mFilterThread, "test_playback_input_loop"); in startFilterEventThread()
|
H A D | FilterTests.h | 130 pthread_t mFilterThread; variable
|
/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Filter.h | 127 pthread_t mFilterThread; variable
|
H A D | Filter.cpp | 192 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop() 193 pthread_setname_np(mFilterThread, "filter_waiting_loop"); in startFilterLoop()
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Filter.h | 146 pthread_t mFilterThread; variable
|
H A D | Filter.cpp | 369 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop() 370 pthread_setname_np(mFilterThread, "filter_waiting_loop"); in startFilterLoop()
|