Home
last modified time | relevance | path

Searched refs:getProcessStatPath (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() function
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h157 virtual std::string getProcessStatPath(const std::string &name, int *prev_pid);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp813 std::string MmMetricsReporter::getProcessStatPath(const std::string &name, int *prev_pid) { in getProcessStatPath() function in android::hardware::google::pixel::MmMetricsReporter
851 path = getProcessStatPath(name, prev_pid); in fillProcessStime()