Searched refs:MAX_IPC_SIZE (Results 1 – 3 of 3) sorted by relevance
50 private static final int MAX_IPC_SIZE = IBinder.MAX_IPC_SIZE; field in ParceledListSlice157 while (i < N && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()178 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
164 public static final int MAX_IPC_SIZE = 64 * 1024; field
147 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()