API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface android.os.IBinder

Removed Methods
int getConstantData(Parcel) This method allows you to add data that is transported through IPC along with your IBinder pointer.
 

Added Methods
String getInterfaceDescriptor() Get the canonical name of the interface supported by this binder.
boolean isBinderAlive() Check to see if the process that the binder is in is still alive.
 

Changed Methods
void linkToDeath(DeathRecipient, int) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
Register the recipient for a notification if this binder goes away.
boolean transact(int, Parcel, Parcel, int) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
Perform a generic operation with the object.
 

Added Fields
int FLAG_ONEWAY Flag to .transact: this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee.
int INTERFACE_TRANSACTION IBinder protocol transaction code: interrogate the recipient side of the transaction for its canonical interface descriptor.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff