Searched refs:MAX_IPC_SIZE (Results 1 – 6 of 6) sorted by relevance
191 public static final int MAX_IPC_SIZE = 64 * 1024; field198 return MAX_IPC_SIZE; in getSuggestedMaxIpcSizeBytes()
48 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseParceledListSlice161 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()182 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
51 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseParceledListSlice175 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()204 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
1136 final boolean result = parcel.dataSize() <= IBinder.MAX_IPC_SIZE; in isWithinParcelableSize()
235 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