Searched refs:noSharedMemory (Results 1 – 3 of 3) sorted by relevance
141 boolean noSharedMemory = totalPayloadSize <= MAX_DIRECT_PAYLOAD_SIZE; in writeToParcel()143 if (noSharedMemory) { in writeToParcel()168 + " hasSharedMemory:" + !noSharedMemory + " dataSize:" + dest.dataSize()); in writeToParcel()
107 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in parcelableToStableLargeParcelable() local108 if (noSharedMemory) { in parcelableToStableLargeParcelable()
109 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in prepareSharedMemory() local110 if (noSharedMemory) { in prepareSharedMemory()