Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89848975 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Stub Binder API." am: 4db1632b am: 313456c9

am: c61a8e01

Change-Id: Id40456a710ce24f1af98b8e70a894a1fbe8d0690
parents f8ab89c5 c61a8e01
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -129,6 +129,17 @@ public class Binder implements IBinder {
        return sTransactionTracker;
    }

    /** @hide */
    public static IBinder allowBlocking(IBinder binder) {
        // NOTE: real implementation on internal branch
        return binder;
    }

    /** @hide */
    public static void copyAllowBlocking(IBinder fromBinder, IBinder toBinder) {
        // NOTE: real implementation on internal branch
    }

    /* mObject is used by native code, do not remove or rename */
    private long mObject;
    private IInterface mOwner;