Searched refs:mPreviousTraces (Results 1 – 2 of 2) sorted by relevance
137 std::vector<std::vector<std::string>> Trace::mPreviousTraces = {}; member in aidl::android::hardware::vibrator::Trace144 std::swap(mPreviousTraces, tPreviousTraces); in debug()
181 mPreviousTraces.push_back(std::move(temp)); in save()187 static std::vector<std::vector<std::string>> mPreviousTraces; variable