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.h51 int atom_key; member
64 int atom_key; member
161 void fillProcessStime(int atom_key, const std::string &name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp449 if (max_idx < entry.atom_key) in fillAtomValues()
450 max_idx = entry.atom_key; in fillAtomValues()
457 int atom_idx = entry.atom_key - kVendorAtomOffset; in fillAtomValues()
566 int atom_idx = entry.atom_key - kVendorAtomOffset; in fillProcStat()
841 void MmMetricsReporter::fillProcessStime(int atom_key, const std::string &name, int *prev_pid, in fillProcessStime() argument
864 int atom_idx = atom_key - kVendorAtomOffset; in fillProcessStime()