Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h159 int findPidByProcessName(const std::string &name);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp742 int MmMetricsReporter::findPidByProcessName(const std::string &name) { in findPidByProcessName() function in android::hardware::google::pixel::MmMetricsReporter
819 int pid = findPidByProcessName(name); in getProcessStatPath()