Home
last modified time | relevance | path

Searched refs:pidString (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A DEGLImageWrapper.cpp34 static string pidString = std::to_string(getpid()); variable
43 string symlinkPath = "/proc/"+pidString+"/fd/"+fdString; in get_ion_buff_str()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A DEGLImageWrapper.cpp33 static string pidString = std::to_string(getpid()); variable
72 string symlinkPath = "/proc/"+pidString+"/fd/"+fdString; in get_ion_buff_str()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp563 std::string pidString = pidArrayToString(processesNotResponding); in dumpAndKillAllProcesses() local
570 pidString.c_str()); in dumpAndKillAllProcesses()
578 pidString.c_str()); in dumpAndKillAllProcesses()
586 ALOGD("Dumping and killing processes is requested: %s", pidString.c_str()); in dumpAndKillAllProcesses()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java334 String pidString = String.valueOf(Process.myPid()); in handlePidQuery() local
335 final byte[] pidStringBytes = pidString.getBytes(StandardCharsets.US_ASCII); in handlePidQuery()