Loading core/java/android/os/IBinder.java +19 −18 Original line number Diff line number Diff line Loading @@ -185,7 +185,8 @@ public interface IBinder { /** * Limit that should be placed on IPC sizes to keep them safely under the * transaction buffer limit. * transaction buffer limit. This is a recommendation, and is not the real * limit. Transactions should be preferred to be even smaller than this. * @hide */ public static final int MAX_IPC_SIZE = 64 * 1024; Loading Loading
core/java/android/os/IBinder.java +19 −18 Original line number Diff line number Diff line Loading @@ -185,7 +185,8 @@ public interface IBinder { /** * Limit that should be placed on IPC sizes to keep them safely under the * transaction buffer limit. * transaction buffer limit. This is a recommendation, and is not the real * limit. Transactions should be preferred to be even smaller than this. * @hide */ public static final int MAX_IPC_SIZE = 64 * 1024; Loading