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

/frameworks/native/cmds/servicemanager/
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);

Completed in 20 milliseconds