Searched refs:mFrontendInputThread (Results 1 – 2 of 2) sorted by relevance
302 pthread_create(&mFrontendInputThread, NULL, __threadLoopFrontend, this); in startFrontendInputLoop()303 pthread_setname_np(mFrontendInputThread, "frontend_input_thread"); in startFrontendInputLoop()
167 pthread_t mFrontendInputThread; variable