Home
last modified time | relevance | path

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

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