Home
last modified time | relevance | path

Searched refs:stats_client (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/
Ddaemon_base.cc248 std::shared_ptr<IStats> stats_client = IStats::fromBinder(ndk::SpAIBinder( in reportMetric() local
250 if (stats_client == nullptr) { in reportMetric()
255 const ndk::ScopedAStatus ret = stats_client->reportVendorAtom(atom); in reportMetric()
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc435 std::shared_ptr<IStats> stats_client = IStats::fromBinder(ndk::SpAIBinder( in reportMetric() local
437 if (stats_client == nullptr) { in reportMetric()
442 const ndk::ScopedAStatus ret = stats_client->reportVendorAtom(atom); in reportMetric()