Loading core/jni/android_os_HwBinder.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -346,7 +346,8 @@ static jobject JHwBinder_native_getService( return JHwRemoteBinder::NewObject(env, service); } void JHwBinder_native_configureRpcThreadpool(jlong maxThreads, jboolean callerWillJoin) { void JHwBinder_native_configureRpcThreadpool(JNIEnv *, jclass, jlong maxThreads, jboolean callerWillJoin) { CHECK(maxThreads > 0); ProcessState::self()->setThreadPoolConfiguration(maxThreads, callerWillJoin /*callerJoinsPool*/); } Loading @@ -355,7 +356,7 @@ void JHwBinder_native_joinRpcThreadpool() { IPCThreadState::self()->joinThreadPool(); } static void JHwBinder_report_sysprop_change(JNIEnv /**env*/, jobject /*clazz*/) static void JHwBinder_report_sysprop_change(JNIEnv * /*env*/, jclass /*clazz*/) { report_sysprop_change(); } Loading Loading
core/jni/android_os_HwBinder.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -346,7 +346,8 @@ static jobject JHwBinder_native_getService( return JHwRemoteBinder::NewObject(env, service); } void JHwBinder_native_configureRpcThreadpool(jlong maxThreads, jboolean callerWillJoin) { void JHwBinder_native_configureRpcThreadpool(JNIEnv *, jclass, jlong maxThreads, jboolean callerWillJoin) { CHECK(maxThreads > 0); ProcessState::self()->setThreadPoolConfiguration(maxThreads, callerWillJoin /*callerJoinsPool*/); } Loading @@ -355,7 +356,7 @@ void JHwBinder_native_joinRpcThreadpool() { IPCThreadState::self()->joinThreadPool(); } static void JHwBinder_report_sysprop_change(JNIEnv /**env*/, jobject /*clazz*/) static void JHwBinder_report_sysprop_change(JNIEnv * /*env*/, jclass /*clazz*/) { report_sysprop_change(); } Loading