Searched refs:MAX_IPC_SIZE (Results 1 – 5 of 5) sorted by relevance
191 public static final int MAX_IPC_SIZE = 64 * 1024; field198 return MAX_IPC_SIZE; in getSuggestedMaxIpcSizeBytes()
52 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseParceledListSlice178 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()209 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
1233 final boolean result = parcel.dataSize() <= IBinder.MAX_IPC_SIZE; in isWithinParcelableSize()
236 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()
11107 Landroid/content/pm/BaseParceledListSlice;->MAX_IPC_SIZE:I36238 Landroid/os/IBinder;->MAX_IPC_SIZE:I