Searched refs:mPollThread (Results 1 – 4 of 4) sorted by relevance
60 if (mPollThread.joinable()) { in ~SensorManager()61 mPollThread.join(); in ~SensorManager()143 if (!mPollThread.joinable()) { in getLooper()193 mPollThread = std::move(pollThread); in getLooper()
59 if (mPollThread.joinable()) { in ~SensorManagerAidl()60 mPollThread.join(); in ~SensorManagerAidl()212 if (!mPollThread.joinable()) { in getLooper()258 mPollThread = std::move(pollThread); in getLooper()
65 std::thread mPollThread; member
64 std::thread mPollThread; variable