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

/frameworks/base/core/java/android/os/
H A DBinder.java38 * interface, having it generate the appropriate Binder subclass. You can,
39 * however, derive directly from Binder to implement your own custom RPC
40 * protocol or simply instantiate a raw Binder object directly to use as a
51 * could go away, and thus require that you later re-create a new Binder and re-attach
55 * create a new Binder and hand it back to the correct place again; you need to be
58 * to create a new Binder.</p>
62 public class Binder implements IBinder { class in inherits:IBinder
65 * that extend this Binder class and that are not static. These kind
70 static final String TAG = "Binder";
147 * here) for propagation via Binder call
199 public Binder() { method in class:Binder
[all...]

Completed in 434 milliseconds