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