Home
last modified time | relevance | path

Searched defs:callerProcessId (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownCheckPoints.java98 public static void recordCheckPoint(int callerProcessId, @Nullable String reason) { in recordCheckPoint()
129 void recordCheckPointInternal(int callerProcessId, @Nullable String reason) { in recordCheckPointInternal()
273 BinderCheckPoint(Injector injector, int callerProcessId, @Nullable String reason) { in BinderCheckPoint()