Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
binder_work Struct Reference

Public Types

enum  {
  BINDER_WORK_TRANSACTION = 1, BINDER_WORK_TRANSACTION_COMPLETE, BINDER_WORK_NODE, BINDER_WORK_DEAD_BINDER,
  BINDER_WORK_DEAD_BINDER_AND_CLEAR, BINDER_WORK_CLEAR_DEATH_NOTIFICATION
}
 

Data Fields

struct list_head entry
 
enum binder_work:: { ... }  type
 

Detailed Description

Definition at line 202 of file binder.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
BINDER_WORK_TRANSACTION 
BINDER_WORK_TRANSACTION_COMPLETE 
BINDER_WORK_NODE 
BINDER_WORK_DEAD_BINDER 
BINDER_WORK_DEAD_BINDER_AND_CLEAR 
BINDER_WORK_CLEAR_DEATH_NOTIFICATION 

Definition at line 204 of file binder.c.

Field Documentation

Definition at line 203 of file binder.c.

enum { ... } type

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