Searched defs:death (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c140 struct binder_death death; member in struct:svcinfo
240 si->death.func = (void*) svcinfo_death;
241 si->death.ptr = si;
248 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.java1576 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1683 death(mName, mService);

Completed in 80 milliseconds