Searched refs:atom_id (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | MmMetricsReporter.h | 126 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/ |
D | thermal_stats_helper.cpp | 612 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()
|
D | thermal_stats_helper.h | 195 bool reportAtom(const std::shared_ptr<IStats> &stats_client, const int32_t &atom_id,
|
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 287 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()
|