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

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

Completed in 42 milliseconds