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