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()
53 private static final int MAX_IPC_SIZE = 64 * 1024; field in BaseMediaParceledListSlice166 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()187 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
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 BaseParceledListSlice165 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()186 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
235 if (out.dataSize() > IBinder.MAX_IPC_SIZE) { in writeToParcelInner()
13985 Landroid/content/pm/BaseParceledListSlice;->MAX_IPC_SIZE:I39561 Landroid/os/IBinder;->MAX_IPC_SIZE:I