Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputProcessor.cpp179 mHalThread = std::thread(&MotionClassifier::processEvents, this); in MotionClassifier()
182 pthread_setname_np(mHalThread.native_handle(), "InputProcessor"); in MotionClassifier()
195 mHalThread.join(); in ~MotionClassifier()
DInputProcessor.h180 std::thread mHalThread; variable