Home
last modified time | relevance | path

Searched refs:mHalThread (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifier.cpp131 mHalThread = std::thread(&MotionClassifier::processEvents, this); in MotionClassifier()
134 pthread_setname_np(mHalThread.native_handle(), "InputClassifier"); in MotionClassifier()
160 mHalThread.join(); in ~MotionClassifier()
H A DInputClassifier.h160 std::thread mHalThread; variable