Searched refs:MAX_IPC_SIZE (Results 1 – 2 of 2) sorted by relevance
53 private static final int MAX_IPC_SIZE = 64 * 1024; field in BaseMediaParceledListSlice170 while (i < N && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()191 while (i < N && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()
49 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in BaseOdpParceledListSlice165 while (i < numItems && i < mInlineCountLimit && dest.dataSize() < MAX_IPC_SIZE) { in writeToParcel()186 while (i < numItems && reply.dataSize() < MAX_IPC_SIZE) { in writeToParcel()