IBinder.h File Reference


Detailed Description

Abstract interface to a Binder object.

#include <support/Atom.h>

Go to the source code of this file.

Classes

class  IBinder
 Abstract generic (scripting) interface to a Binder object. More...

Enumerations

enum  {
  B_EFFECT_TRANSACTION = 'efct', B_INSPECT_TRANSACTION = 'insp', B_LINK_TRANSACTION = 'link', B_UNLINK_TRANSACTION = 'unlk',
  B_PING_TRANSACTION = 'ping', B_PUT_TRANSACTION = '_put', B_GET_TRANSACTION = '_get', B_INVOKE_TRANSACTION = 'invk'
}
 Standard IBinder transaction codes. More...
enum  { B_WEAK_BINDER_LINK = 0x00000001, B_SYNC_BINDER_LINK = 0x00000002, B_NO_TRANSLATE_LINK = 0x00000004, B_UNLINK_ALL_TARGETS = 0x00000008 }
 Options for Binder links. More...