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

Data Fields

struct list_head entry
 
struct rb_node rb_node
 
unsigned free:1
 
unsigned allow_user_free:1
 
unsigned async_transaction:1
 
unsigned debug_id:29
 
struct binder_transactiontransaction
 
struct binder_nodetarget_node
 
size_t data_size
 
size_t offsets_size
 
uint8_t data [0]
 

Detailed Description

Definition at line 260 of file binder.c.

Field Documentation

unsigned allow_user_free

Definition at line 265 of file binder.c.

unsigned async_transaction

Definition at line 266 of file binder.c.

Definition at line 274 of file binder.c.

Definition at line 272 of file binder.c.

unsigned debug_id

Definition at line 267 of file binder.c.

Definition at line 261 of file binder.c.

unsigned free

Definition at line 264 of file binder.c.

size_t offsets_size

Definition at line 273 of file binder.c.

Definition at line 262 of file binder.c.

struct binder_node* target_node

Definition at line 271 of file binder.c.

Definition at line 269 of file binder.c.


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