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.c143 struct binder_death death; member in struct:svcinfo
243 si->death.func = (void*) svcinfo_death;
244 si->death.ptr = si;
251 binder_link_to_death(bs, handle, &si->death);
H A Dbinder.c285 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
287 death->func(bs, death->ptr);
321 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death) argument
330 data.payload.cookie = (uintptr_t) death;
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1398 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1501 death(mName, mService);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java750 * is the pid of the caller who requested it (we hold a death
1445 TAG, "New death recipient " + this
5141 Slog.w(TAG, "Spurious death for " + app + ", curProc for " + pid + ": " + curProc);
5191 Slog.d(TAG_PROCESSES, "Received spurious death notification for thread "
7444 // do the cleanup with the process death link.
10656 // process to be started, and make sure its death
11196 // death notification... just a bit prematurely.
11198 + ") early provider death");
12776 final IBinder.DeathRecipient death = new DeathRecipient() {
12786 who.linkToDeath(death,
[all...]

Completed in 1893 milliseconds