Home
last modified time | relevance | path

Searched refs:mFrontendInputThread (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DDemux.cpp308 pthread_create(&mFrontendInputThread, NULL, __threadLoopFrontend, this); in startFrontendInputLoop()
309 pthread_setname_np(mFrontendInputThread, "frontend_input_thread"); in startFrontendInputLoop()
DDemux.h168 pthread_t mFrontendInputThread; variable
/hardware/interfaces/tv/tuner/1.1/default/
DDemux.h165 pthread_t mFrontendInputThread; variable
DDemux.cpp332 pthread_create(&mFrontendInputThread, NULL, __threadLoopFrontend, this); in startFrontendInputLoop()
333 pthread_setname_np(mFrontendInputThread, "frontend_input_thread"); in startFrontendInputLoop()
/hardware/interfaces/tv/tuner/aidl/default/
DDemux.cpp517 mFrontendInputThread = std::thread(&Demux::frontendInputThreadLoop, this); in startFrontendInputLoop()
566 if (mFrontendInputThread.joinable()) { in stopFrontendInput()
567 mFrontendInputThread.join(); in stopFrontendInput()
DDemux.h200 std::thread mFrontendInputThread; variable