Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h200 std::vector<VendorAtomValue> *atom_values);
206 std::vector<VendorAtomValue> *atom_values);
212 std::vector<VendorAtomValue> *atom_values);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp484 std::vector<VendorAtomValue> *atom_values) { in fillAtomValues() argument
495 if (atom_values->size() < size) in fillAtomValues()
496 atom_values->resize(size, tmp); in fillAtomValues()
523 (*atom_values)[atom_idx] = tmp; in fillAtomValues()
605 std::vector<VendorAtomValue> *atom_values) { in fillProcStat() argument
648 (*atom_values)[atom_idx] = tmp; in fillProcStat()
917 std::vector<VendorAtomValue> *atom_values) { in fillProcessStime() argument
942 if (atom_values->size() < size) in fillProcessStime()
943 atom_values->resize(size, tmp); in fillProcessStime()
944 (*atom_values)[atom_idx] = tmp; in fillProcessStime()