Home
last modified time | relevance | path

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

/drivers/android/
Dbinder.c560 struct binder_thread { struct
599 struct binder_thread *from; argument
602 struct binder_thread *to_thread;
841 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
859 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
876 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
940 static void binder_free_thread(struct binder_thread *thread);
944 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
953 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
964 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
[all …]
Dbinder_trace.h19 struct binder_thread;