Searched refs:who (Results 101 - 106 of 106) sorted by relevance

12345

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java741 public final Bitmap screenshotActivities(ActivityRecord who) { argument
742 if (DEBUG_SCREENSHOTS) Slog.d(TAG, "screenshotActivities: " + who);
743 if (who.noDisplay) {
759 return mWindowManager.screenshotApplications(who.appToken, Display.DEFAULT_DISPLAY,
1554 // Make sure that the user who owns this activity is started. If not,
2323 // task that is not at the top but who has activities above
2451 + " : who=" + resultWho + " req=" + requestCode
2650 + " who=" + r.resultWho + " req=" + r.requestCode
H A DActivityManagerService.java557 * is the pid of the caller who requested it (we hold a death
794 * List of content providers who have clients waiting for them. The
3582 // Nobody who is next!
4110 // We found the index of our next affiliation, which is who is
4114 // We found the index of our previous affiliation, which is who is
7989 public void showWaitingForDebugger(IApplicationThread who, boolean waiting) { argument
7992 who != null ? getRecordForAppLocked(who) : null;
9324 // Make sure that the user who owns this provider is running. If not,
10848 public void hang(final IBinder who, boolea argument
16407 finishReceiver(IBinder who, int resultCode, String resultData, Bundle resultExtras, boolean resultAbort) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java705 // Sanity check the recurrence interval. This will catch people who supply
719 final long who = Binder.getCallingUid();
721 Slog.w(TAG, "Invalid alarm trigger time! " + triggerAtTime + " from uid=" + who
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp2094 void AudioTrack::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1362 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused)
H A DThreads.cpp742 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused)

Completed in 167 milliseconds

12345