Home
last modified time | relevance | path

Searched refs:getStatsService (Results 1 – 9 of 9) sorted by relevance

/hardware/google/pixel/health/include/pixelhealth/
DStatsHelper.h32 std::shared_ptr<IStats> getStatsService();
/hardware/google/pixel/pixelstats/include/pixelstats/
DStatsHelper.h30 std::shared_ptr<IStats> getStatsService();
/hardware/google/pixel/health/
DLowBatteryShutdownMetrics.cpp46 std::shared_ptr<IStats> stats_client = getStatsService(); in uploadVoltageAvg()
DStatsHelper.cpp34 std::shared_ptr<IStats> getStatsService() { in getStatsService() function
DBatteryMetricsLogger.cpp122 std::shared_ptr<IStats> stats_client = getStatsService(); in uploadMetrics()
/hardware/google/pixel/pixelstats/
DDropDetect.cpp178 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportDropEventToStatsd()
DStatsHelper.cpp37 std::shared_ptr<IStats> getStatsService() { in getStatsService() function
DSysfsCollector.cpp875 const std::shared_ptr<IStats> stats_client = getStatsService(); in logPerDay()
903 const std::shared_ptr<IStats> stats_client = getStatsService(); in logPerHour()
DUeventListener.cpp564 std::shared_ptr<IStats> stats_client = getStatsService(); in ProcessUevent()