Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h161 void fillProcessStime(int atom_key, const std::string &name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp842 uint64_t *prev_stime, in fillProcessStime() argument
857 stimeDiff = stime - *prev_stime; in fillProcessStime()
862 *prev_stime = stime; in fillProcessStime()