Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c500 * binder_enqueue_thread_work() - Add an item to the thread work list
508 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work() function
3748 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3806 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3907 binder_enqueue_thread_work(thread, &thread->return_error.work); in binder_transaction()
3915 binder_enqueue_thread_work(thread, &thread->return_error.work); in binder_transaction()
4400 binder_enqueue_thread_work( in binder_thread_write()