Merge "Add configureRpcThreadpool to java interface" am: d8dab11547 am: 791a698a6a am: 9cdec3943c

am: 1cdcaa8cf3

Change-Id: Iea02cb61c0a77eb3d94b9ebe63687457b6a5032c
This commit is contained in:
Timur Iskhakov
2017-07-13 19:39:36 +00:00
committed by android-build-merger
2 changed files with 22 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ public abstract class HwBinder implements IHwBinder {
String serviceName)
throws RemoteException, NoSuchElementException;
public static native final void configureRpcThreadpool(
long maxThreads, boolean callerWillJoin);
public static native final void joinRpcThreadpool();
// Returns address of the "freeFunction".
private static native final long native_init();