Home
last modified time | relevance | path

Searched defs:binder_buffer (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
Dbinder_alloc.h40 struct binder_buffer { struct
41 struct list_head entry; /* free and allocated entries by address */
42 struct rb_node rb_node; /* free entry by size or allocated entry */
44 unsigned free:1;
45 unsigned clear_on_free:1;
46 unsigned allow_user_free:1;
47 unsigned async_transaction:1;
48 unsigned debug_id:28;
50 struct binder_transaction *transaction;
52 struct binder_node *target_node;
[all …]
Dbinder.c3955 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()
4540 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()
/kernel/linux/linux-4.19/drivers/android/
Dbinder_alloc.h46 struct binder_buffer { struct
47 struct list_head entry; /* free and allocated entries by address */
48 struct rb_node rb_node; /* free entry by size or allocated entry */
50 unsigned free:1;
51 unsigned allow_user_free:1;
52 unsigned async_transaction:1;
53 unsigned debug_id:29;
55 struct binder_transaction *transaction;
57 struct binder_node *target_node;
58 size_t data_size;
[all …]
Dbinder.c3313 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()
3861 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()