Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputClassifier.cpp180 mHalThread = std::thread(&MotionClassifier::processEvents, this); in MotionClassifier()
183 pthread_setname_np(mHalThread.native_handle(), "InputClassifier"); in MotionClassifier()
196 mHalThread.join(); in ~MotionClassifier()
DInputClassifier.h175 std::thread mHalThread; variable