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

Commit 689515da authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Add benchmark for sending a vector of binders over AIDL" into main

parents c1136a5b 1274f5b0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@ package android.tests.binder;

interface IBenchmark {
    byte[] sendVec(in byte[] data);
    IBinder[] sendBinderVec(in IBinder[] data);
}