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

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

Completed in 58 milliseconds