Searched refs:MAX_IPC_SIZE (Results 1 – 3 of 3) sorted by relevance
182 public static final int MAX_IPC_SIZE = 64 * 1024; field189 return MAX_IPC_SIZE; in getSuggestedMaxIpcSizeBytes()
50 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseParceledListSlice164 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()185 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
237 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()