Searched refs:mPollThread (Results 1 – 2 of 2) sorted by relevance
60 if (mPollThread.joinable()) { in ~SensorManager()61 mPollThread.join(); in ~SensorManager()140 if (!mPollThread.joinable()) { in getLooper()190 mPollThread = std::move(pollThread); in getLooper()
67 std::thread mPollThread; member