Searched defs:death (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/cmds/servicemanager/
H A Dbinder.c266 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
268 death->func(bs, death->ptr);
302 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death) argument
311 data.payload.cookie = (uintptr_t) death;
H A Dservice_manager.c132 struct binder_death death; member in struct:svcinfo
234 si->death.func = (void*) svcinfo_death;
235 si->death.ptr = si;
242 binder_link_to_death(bs, handle, &si->death);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1139 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1244 death(mName, mService);

Completed in 606 milliseconds