Searched refs:atom_id (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | MmMetricsReporter.h | 67 bool reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, 83 void reportCmaStatusAtom(const std::shared_ptr<IStats> &stats_client, int atom_id,
|
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 123 bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, in reportVendorAtom() argument 128 .atomId = atom_id, in reportVendorAtom() 478 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type, in reportCmaStatusAtom() argument 497 reportVendorAtom(stats_client, atom_id, values, "CmaStatus"); in reportCmaStatusAtom()
|