Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c250 struct binder_ref_death { struct
269 struct binder_ref_death *death; argument
1985 struct binder_ref_death *death; in binder_thread_write()
2072 struct binder_ref_death *death = NULL; in binder_thread_write()
2079 struct binder_ref_death *tmp_death = container_of(w, struct binder_ref_death, work); in binder_thread_write()
2337 struct binder_ref_death *death; in binder_thread_read()
2340 death = container_of(w, struct binder_ref_death, work); in binder_thread_read()
2500 struct binder_ref_death *death; in binder_release_work()
2502 death = container_of(w, struct binder_ref_death, work); in binder_release_work()