Home
last modified time | relevance | path

Searched refs:statsServiceName (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/common/
Dmetrics_reporter.cc40 const std::string statsServiceName = in getStatsService() local
42 if (!AServiceManager_isDeclared(statsServiceName.c_str())) { in getStatsService()
48 ndk::SpAIBinder(AServiceManager_waitForService(statsServiceName.c_str())); in getStatsService()
Ddaemon_base.cc241 const std::string statsServiceName = in reportMetric() local
243 if (!AServiceManager_isDeclared(statsServiceName.c_str())) { in reportMetric()
249 AServiceManager_waitForService(statsServiceName.c_str()))); in reportMetric()
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc428 const std::string statsServiceName = in reportMetric() local
430 if (!AServiceManager_isDeclared(statsServiceName.c_str())) { in reportMetric()
436 AServiceManager_waitForService(statsServiceName.c_str()))); in reportMetric()