List of usage examples for android.os IBinder interface-usage
From source file org.droid2droid.internal.BridgeProxyStub.java
public final class BridgeProxyStub implements IBinder { Binder mBinder; @Override public String getInterfaceDescriptor() throws RemoteException { return mBinder.getInterfaceDescriptor();
From source file org.droid2droid.internal.RemoteBinderProxy.java
/** @hide */ // Binder to remote android public final class RemoteBinderProxy implements IBinder { private IInterface mOwner;
From source file org.droid2droid.internal.AbstractRemoteAndroidImpl.java
/** @hide */ public abstract class AbstractRemoteAndroidImpl implements RemoteAndroid, IRemoteAndroid, IBinder { public static final int BIND_OID = 1; public static final int FINALIZE_OID = 2;