Merge "Add configureRpcThreadpool to java interface" am: d8dab11547 am: 791a698a6a am: 9cdec3943c
am: 1cdcaa8cf3
Change-Id: Iea02cb61c0a77eb3d94b9ebe63687457b6a5032c
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user