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.h97 int atom_key; member
110 int atom_key; member
211 void fillProcessStime(int atom_key, const std::string &name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp491 if (max_idx < entry.atom_key) in fillAtomValues()
492 max_idx = entry.atom_key; in fillAtomValues()
499 int atom_idx = entry.atom_key - kVendorAtomOffset; in fillAtomValues()
608 int atom_idx = entry.atom_key - kVendorAtomOffset; in fillProcStat()
915 void MmMetricsReporter::fillProcessStime(int atom_key, const std::string &name, int *prev_pid, in fillProcessStime() argument
938 int atom_idx = atom_key - kVendorAtomOffset; in fillProcessStime()