Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/android/
Dbinder.h58 struct binder_object_header { struct
70 struct binder_object_header hdr; argument
92 struct binder_object_header hdr;
122 struct binder_object_header hdr;
156 struct binder_object_header hdr;
/Linux-v4.19/drivers/android/
Dbinder.c2057 struct binder_object_header *hdr; in binder_validate_object()
2066 hdr = (struct binder_object_header *)(buffer->data + offset); in binder_validate_object()
2215 struct binder_object_header *hdr; in binder_transaction_buffer_release()
2223 hdr = (struct binder_object_header *)(buffer->data + *offp); in binder_transaction_buffer_release()
3023 struct binder_object_header *hdr; in binder_transaction()
3037 hdr = (struct binder_object_header *)(t->buffer->data + *offp); in binder_transaction()