Searched refs:getSuggestedMaxIpcSizeBytes (Results 1 – 13 of 13) sorted by relevance
198 static int getSuggestedMaxIpcSizeBytes() { in getSuggestedMaxIpcSizeBytes() method
363 if (buffer.length > IBinder.getSuggestedMaxIpcSizeBytes()) { in write()365 + " which is larger than maximum " + IBinder.getSuggestedMaxIpcSizeBytes()); in write()408 final byte[] buffer = new byte[IBinder.getSuggestedMaxIpcSizeBytes()]; in startReadingLocked()
43 private static final int SUGGESTED_MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes();
34 private static final int STRINGS_TARGET_BYTE_SIZE = IBinder.getSuggestedMaxIpcSizeBytes() / 2;
176 if (buffer.length > IBinder.getSuggestedMaxIpcSizeBytes()) { in write()
48 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes();
47 private static final int MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes();
192 new byte[IBinder.getSuggestedMaxIpcSizeBytes() * 2]); in write_bypassesServiceSideCheckWithLargeBuffer_disconnects()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12061 HSPLandroid/os/IBinder;->getSuggestedMaxIpcSizeBytes()I
12064 HSPLandroid/os/IBinder;->getSuggestedMaxIpcSizeBytes()I
33188 method public static int getSuggestedMaxIpcSizeBytes();