Home
last modified time | relevance | path

Searched refs:debugPid (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIBinderCallback.java33 void onTransactionError(int debugPid, int code, int flags, int err); in onTransactionError() argument
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java717 pids.add(info.debugPid); in addInterestingAidlPids()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java2571 public void binderError(int debugPid, ProcessRecord app, int code, int flags, int err) { in binderError() argument
2572 Slog.w(TAG_AM, "pid " + debugPid + " " + (app == null ? "null" : app.processName) in binderError()
H A DActivityManagerService.java20339 public void frozenBinderTransactionDetected(int debugPid, int code, int flags, int err) {
20342 app = mPidsSelfLocked.get(debugPid);
20344 mOomAdjuster.mCachedAppOptimizer.binderError(debugPid, app, code, flags, err);
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl947 oneway void frozenBinderTransactionDetected(int debugPid, int code, int flags, int err); in frozenBinderTransactionDetected() argument
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java13102 if (info.debugPid > 0 && info.name.startsWith(AUDIO_HAL_SERVICE_PREFIX)) { in getAudioAidlHalPids()
13103 pids.add(info.debugPid); in getAudioAidlHalPids()