Home
last modified time | relevance | path

Searched refs:atom_id (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h126 bool reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id,
166 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type,
/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp612 const int32_t &atom_id, std::vector<VendorAtomValue> &&values) { in reportAtom() argument
613 LOG(VERBOSE) << "Reporting thermal stats for atom_id " << atom_id; in reportAtom()
615 VendorAtom event = {.reverseDomainName = "", .atomId = atom_id, .values = std::move(values)}; in reportAtom()
Dthermal_stats_helper.h195 bool reportAtom(const std::shared_ptr<IStats> &stats_client, const int32_t &atom_id,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp287 bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, in reportVendorAtom() argument
292 .atomId = atom_id, in reportVendorAtom()
1458 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type, in reportCmaStatusAtom() argument
1488 reportVendorAtom(stats_client, atom_id, values, "CmaStatus"); in reportCmaStatusAtom()