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