Searched refs:mHalThread (Results 1 – 2 of 2) sorted by relevance
131 mHalThread = std::thread(&MotionClassifier::processEvents, this); in MotionClassifier()134 pthread_setname_np(mHalThread.native_handle(), "InputClassifier"); in MotionClassifier()160 mHalThread.join(); in ~MotionClassifier()
160 std::thread mHalThread; variable