Searched refs:threadMain (Results 1 – 4 of 4) sorted by relevance
49 void threadMain();59 std::thread mThread{&EventControlThread::threadMain, this};
58 void EventControlThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain() function in android::impl::EventControlThread
60 mThread = std::thread(&EventThread::threadMain, this); in EventThread()174 void EventThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain() function in android::impl::EventThread
134 void threadMain();