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

/frameworks/base/core/java/android/os/
H A DBinder.java37 * interface, having it generate the appropriate Binder subclass. You can,
38 * however, derive directly from Binder to implement your own custom RPC
39 * protocol or simply instantiate a raw Binder object directly to use as a
44 public class Binder implements IBinder { class in inherits:IBinder
47 * that extend this Binder class and that are not static. These kind
51 private static final String TAG = "Binder";
128 * here) for propagation via Binder calls. This is a little
147 * Flush any Binder commands pending in the current thread to the kernel
173 public Binder() { method in class:Binder
177 final Class<? extends Binder> klas
[all...]

Completed in 49 milliseconds