Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp216 std::vector<VendorAtomValue> *atom_values) { in fillAtomValues() argument
226 if (atom_values->size() < size) in fillAtomValues()
227 atom_values->resize(size, tmp); in fillAtomValues()
249 (*atom_values)[atom_idx] = tmp; in fillAtomValues()
412 std::vector<VendorAtomValue> *atom_values) { in fillProcessStime() argument
418 if (atom_values->size() < size) in fillProcessStime()
419 atom_values->resize(size, tmp); in fillProcessStime()
431 (*atom_values)[atom_idx] = tmp; in fillProcessStime()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h75 std::vector<VendorAtomValue> *atom_values);
80 std::vector<VendorAtomValue> *atom_values);