Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h67 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/
DMmMetricsReporter.cpp123 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()