Searched refs:mFilterThread (Results 1 – 3 of 3) sorted by relevance
156 pthread_create(&mFilterThread, NULL, __threadLoopFilter, this); in startFilterLoop()157 pthread_setname_np(mFilterThread, "filter_waiting_loop"); in startFilterLoop()
116 pthread_t mFilterThread; variable
288 pthread_t mFilterThread; member in __anon08a452290111::FilterCallback299 pthread_create(&mFilterThread, NULL, __threadLoopFilter, (void*)threadArgs); in startFilterEventThread()300 pthread_setname_np(mFilterThread, "test_playback_input_loop"); in startFilterEventThread()