Searched refs:MAX_IPC_SIZE (Results 1 – 7 of 7) sorted by relevance
48 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseParceledListSlice59 private static final int WARN_ELM_SIZE = MAX_IPC_SIZE / 4;185 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()220 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()244 if (reply.dataSize() >= MAX_IPC_SIZE + WARN_ELM_SIZE) { in writeToParcel()
191 public static final int MAX_IPC_SIZE = 64 * 1024; field199 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()
47 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in ParcelableUsageEventList125 while (i < N && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()156 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
1365 final boolean result = parcel.dataSize() <= IBinder.MAX_IPC_SIZE; in isWithinParcelableSize()
253 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()
11107 Landroid/content/pm/BaseParceledListSlice;->MAX_IPC_SIZE:I35595 Landroid/os/IBinder;->MAX_IPC_SIZE:I