Home
last modified time | relevance | path

Searched refs:mFilterThread (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()
26 pthread_setname_np(mFilterThread, "test_playback_input_loop"); in startFilterEventThread()
H A DFilterTests.h130 pthread_t mFilterThread; variable
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DFilter.h127 pthread_t mFilterThread; variable
H A DFilter.cpp192 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 DFilter.h146 pthread_t mFilterThread; variable
H A DFilter.cpp369 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop()
370 pthread_setname_np(mFilterThread, "filter_waiting_loop"); in startFilterLoop()