Searched defs:Binder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBinder.java39 * interface, having it generate the appropriate Binder subclass. You can,
40 * however, derive directly from Binder to implement your own custom RPC
41 * protocol or simply instantiate a raw Binder object directly to use as a
52 * could go away, and thus require that you later re-create a new Binder and re-attach
56 * create a new Binder and hand it back to the correct place again; you need to be
59 * to create a new Binder.</p>
63 public class Binder implements IBinder { class in inherits:IBinder
66 * that extend this Binder class and that are not static. These kind
71 static final String TAG = "Binder";
95 * Enable Binder IP
254 public Binder() { method in class:Binder
[all...]

Completed in 138 milliseconds