Home
last modified time | relevance | path

Searched refs:binder_death (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/servicemanager/
Dbinder.h49 struct binder_death { struct
93 void binder_link_to_death(struct binder_state *bs, void *ptr, struct binder_death *death);
Dservice_manager.c95 struct binder_death death;
Dbinder.c258 struct binder_death *death = (void*) *ptr++; in binder_parse()
293 void binder_link_to_death(struct binder_state *bs, void *ptr, struct binder_death *death) in binder_link_to_death()