Lines Matching defs:binder_transaction
355 struct binder_transaction { struct
359 struct binder_transaction *from_parent; argument
362 struct binder_transaction *to_parent; argument
363 unsigned need_reply:1;
366 struct binder_buffer *buffer;
367 unsigned int code;
368 unsigned int flags;
369 long priority;
370 long saved_priority;
371 kuid_t sender_euid;
1317 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function