Searched refs:death (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dbinder.h71 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death);
H A Dservice_manager.c139 struct binder_death death; member in struct:svcinfo
239 si->death.func = (void*) svcinfo_death;
240 si->death.ptr = si;
247 binder_link_to_death(bs, handle, &si->death);
H A Dbinder.c286 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
288 death->func(bs, death->ptr);
322 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death) argument
331 data.payload.cookie = (uintptr_t) death;
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1594 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1701 death(mName, mService);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java829 * is the pid of the caller who requested it (we hold a death
1613 TAG, "New death recipient " + this
5426 Slog.w(TAG, "Spurious death for " + app + ", curProc for " + pid + ": " + curProc);
5478 Slog.d(TAG_PROCESSES, "Received spurious death notification for thread "
8011 // do the cleanup with the process death link.
11549 // process to be started, and make sure its death
12092 // death notification... just a bit prematurely.
12094 + ") early provider death");
13902 final IBinder.DeathRecipient death = new DeathRecipient() {
13912 who.linkToDeath(death,
[all...]

Completed in 3663 milliseconds