Searched refs:binder_object_header (Results 1 – 2 of 2) sorted by relevance
58 struct binder_object_header { struct70 struct binder_object_header hdr; argument92 struct binder_object_header hdr;122 struct binder_object_header hdr;156 struct binder_object_header hdr;
2057 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()