Searched refs:MAX_IPC_SIZE (Results 1 – 3 of 3) sorted by relevance
49 private static final int MAX_IPC_SIZE = IBinder.MAX_IPC_SIZE; field in BaseParceledListSlice162 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()183 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
175 public static final int MAX_IPC_SIZE = 64 * 1024; field
226 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()