Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/pixelstats/test/mm/
DMockMmMetricsReporter.h111 virtual std::string getProcessStatPath(const std::string &name, int *prev_pid) { in getProcessStatPath() function
/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h207 virtual std::string getProcessStatPath(const std::string &name, int *prev_pid);
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp887 std::string MmMetricsReporter::getProcessStatPath(const std::string &name, int *prev_pid) { in getProcessStatPath() function in android::hardware::google::pixel::MmMetricsReporter
925 path = getProcessStatPath(name, prev_pid); in fillProcessStime()