Searched defs:Binder (Results 1 – 5 of 5) sorted by relevance
33 pub struct Binder<T: Remotable> { struct34 ibinder: *mut sys::AIBinder, argument40 /// A `Binder<T>` is a pair of unique owning pointers to two values: argument48 unsafe impl<T: Remotable> Send for Binder<T> {} implementation50 impl<T: Remotable> Binder<T> { implementation211 impl<T: Remotable> Interface for Binder<T> { implementation232 impl<T: Remotable> InterfaceClassMethods for Binder<T> { implementation294 impl<T: Remotable> Drop for Binder<T> { implementation310 impl<T: Remotable> Deref for Binder<T> { implementation325 impl<B: Remotable> Serialize for Binder<B> { implementation[all …]
19 public class Binder { class
104 impl ReadParcelTest for Binder<BnReadParcelTest> {} implementation
170 impl ITest for Binder<BnTest> { implementation201 impl ITestSameDescriptor for Binder<BnTestSameDescriptor> {} implementation
80 public class Binder implements IBinder { class601 public Binder() { in Binder() method in Binder617 public Binder(@Nullable String descriptor) { in Binder() method in Binder