Searched refs:mFrontendInputThread (Results 1 – 6 of 6) sorted by relevance
308 pthread_create(&mFrontendInputThread, NULL, __threadLoopFrontend, this); in startFrontendInputLoop()309 pthread_setname_np(mFrontendInputThread, "frontend_input_thread"); in startFrontendInputLoop()
168 pthread_t mFrontendInputThread; variable
165 pthread_t mFrontendInputThread; variable
332 pthread_create(&mFrontendInputThread, NULL, __threadLoopFrontend, this); in startFrontendInputLoop()333 pthread_setname_np(mFrontendInputThread, "frontend_input_thread"); in startFrontendInputLoop()
517 mFrontendInputThread = std::thread(&Demux::frontendInputThreadLoop, this); in startFrontendInputLoop()566 if (mFrontendInputThread.joinable()) { in stopFrontendInput()567 mFrontendInputThread.join(); in stopFrontendInput()
200 std::thread mFrontendInputThread; variable