Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
binder_transaction Struct Reference

Data Fields

int debug_id
 
struct binder_work work
 
struct binder_threadfrom
 
struct binder_transactionfrom_parent
 
struct binder_procto_proc
 
struct binder_threadto_thread
 
struct binder_transactionto_parent
 
unsigned need_reply:1
 
struct binder_bufferbuffer
 
unsigned int code
 
unsigned int flags
 
long priority
 
long saved_priority
 
kuid_t sender_euid
 

Detailed Description

Definition at line 343 of file binder.c.

Field Documentation

Definition at line 354 of file binder.c.

unsigned int code

Definition at line 355 of file binder.c.

int debug_id

Definition at line 344 of file binder.c.

unsigned int flags

Definition at line 356 of file binder.c.

Definition at line 346 of file binder.c.

struct binder_transaction* from_parent

Definition at line 347 of file binder.c.

unsigned need_reply

Definition at line 351 of file binder.c.

long priority

Definition at line 357 of file binder.c.

long saved_priority

Definition at line 358 of file binder.c.

kuid_t sender_euid

Definition at line 359 of file binder.c.

Definition at line 350 of file binder.c.

struct binder_proc* to_proc

Definition at line 348 of file binder.c.

struct binder_thread* to_thread

Definition at line 349 of file binder.c.

Definition at line 345 of file binder.c.


The documentation for this struct was generated from the following file: