Searched refs:mReporterThread (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/common/ | ||
D | StatsBase.h | 83 std::thread mReporterThread; variable |
D | StatsBase.cpp | 97 : mReporterThread([this]() { runReporterThread(); }), in StatsBase() |