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.h150 std::vector<VendorAtomValue> *atom_values);
156 std::vector<VendorAtomValue> *atom_values);
162 std::vector<VendorAtomValue> *atom_values);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp442 std::vector<VendorAtomValue> *atom_values) { in fillAtomValues() argument
453 if (atom_values->size() < size) in fillAtomValues()
454 atom_values->resize(size, tmp); in fillAtomValues()
481 (*atom_values)[atom_idx] = tmp; in fillAtomValues()
563 std::vector<VendorAtomValue> *atom_values) { in fillProcStat() argument
606 (*atom_values)[atom_idx] = tmp; in fillProcStat()
843 std::vector<VendorAtomValue> *atom_values) { in fillProcessStime() argument
868 if (atom_values->size() < size) in fillProcessStime()
869 atom_values->resize(size, tmp); in fillProcessStime()
870 (*atom_values)[atom_idx] = tmp; in fillProcessStime()