Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h47 int atom_key; member
79 void fillProcessStime(int atom_key, const char *name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp222 if (max_idx < entry.atom_key) in fillAtomValues()
223 max_idx = entry.atom_key; in fillAtomValues()
230 int atom_idx = entry.atom_key - kVendorAtomOffset; in fillAtomValues()
410 void MmMetricsReporter::fillProcessStime(int atom_key, const char *name, int *pid, in fillProcessStime() argument
414 int atom_idx = atom_key - kVendorAtomOffset; in fillProcessStime()