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