Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h77 int findPidByProcessName(const char *name);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp344 int MmMetricsReporter::findPidByProcessName(const char *name) { in findPidByProcessName() function in android::hardware::google::pixel::MmMetricsReporter
422 (*pid) = findPidByProcessName(name); in fillProcessStime()