Searched defs:binder_buffer (Results 1 – 2 of 2) sorted by relevance
41 struct binder_buffer { struct42 struct list_head entry; /* free and allocated entries by address */43 struct rb_node rb_node; /* free entry by size or allocated entry */45 unsigned free:1;46 unsigned clear_on_free:1;47 unsigned allow_user_free:1;48 unsigned async_transaction:1;49 unsigned oneway_spam_suspect:1;50 unsigned debug_id:27;51 struct binder_transaction *transaction;[all …]
4117 binder_thread_write(struct binder_proc * proc,struct binder_thread * thread,binder_uintptr_t binder_buffer,size_t size,binder_size_t * consumed) binder_thread_write() argument 4731 binder_thread_read(struct binder_proc * proc,struct binder_thread * thread,binder_uintptr_t binder_buffer,size_t size,binder_size_t * consumed,int non_block) binder_thread_read() argument [all...]