Home
last modified time | relevance | path

Searched refs:prev_pid (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/test/mm/
DMockMmMetricsReporter.h91 virtual std::string getProcessStatPath(const std::string &name, int *prev_pid) { in getProcessStatPath() argument
92 (void)(prev_pid); // unused parameter in getProcessStatPath()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp813 std::string MmMetricsReporter::getProcessStatPath(const std::string &name, int *prev_pid) { in getProcessStatPath() argument
814 if (prev_pid == nullptr) { in getProcessStatPath()
825 if (*prev_pid != -1 && pid != *prev_pid) in getProcessStatPath()
826 ALOGW("%s pid changed from %d to %d.", name.c_str(), *prev_pid, pid); in getProcessStatPath()
827 *prev_pid = pid; in getProcessStatPath()
841 void MmMetricsReporter::fillProcessStime(int atom_key, const std::string &name, int *prev_pid, in fillProcessStime() argument
851 path = getProcessStatPath(name, prev_pid); in fillProcessStime()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h157 virtual std::string getProcessStatPath(const std::string &name, int *prev_pid);