Loading core/java/android/os/Binder.java +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import android.util.ExceptionUtils; import android.util.Log; import android.util.Slog; import com.android.internal.os.BinderInternal; import com.android.internal.util.FastPrintWriter; import com.android.internal.util.FunctionalUtils.ThrowingRunnable; import com.android.internal.util.FunctionalUtils.ThrowingSupplier; Loading Loading @@ -361,7 +362,9 @@ public class Binder implements IBinder { * Add the calling thread to the IPC thread pool. This function does * not return until the current process is exiting. */ public static final native void joinThreadPool(); public static final void joinThreadPool() { BinderInternal.joinThreadPool(); } /** * Returns true if the specified interface is a proxy. Loading Loading
core/java/android/os/Binder.java +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import android.util.ExceptionUtils; import android.util.Log; import android.util.Slog; import com.android.internal.os.BinderInternal; import com.android.internal.util.FastPrintWriter; import com.android.internal.util.FunctionalUtils.ThrowingRunnable; import com.android.internal.util.FunctionalUtils.ThrowingSupplier; Loading Loading @@ -361,7 +362,9 @@ public class Binder implements IBinder { * Add the calling thread to the IPC thread pool. This function does * not return until the current process is exiting. */ public static final native void joinThreadPool(); public static final void joinThreadPool() { BinderInternal.joinThreadPool(); } /** * Returns true if the specified interface is a proxy. Loading