Home
last modified time | relevance | path

Searched refs:MAX_DIRECT_PAYLOAD_SIZE (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/occupantconnection/
DPayloadUnitTest.java19 import static com.android.car.internal.LargeParcelableBase.MAX_DIRECT_PAYLOAD_SIZE;
44 private static final int ARRAY_LENGTH_SMALL = MAX_DIRECT_PAYLOAD_SIZE - 1;
45 private static final int ARRAY_LENGTH_BIG = MAX_DIRECT_PAYLOAD_SIZE + 1;
/packages/services/Car/tests/android_car_api_test/src/com/android/car/internal/test/
DLargeParcelableJavaStableAIDLTest.java182 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestLEcho()
204 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestMultipleArgs()
229 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestEchoWithCallback()
DLargeParcelableJavaStableAIDLCompTest.java82 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestTestLargeParcelableToStableAIDLTestLargeParcelable()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DLargeParcelableBase.h53 static constexpr int32_t MAX_DIRECT_PAYLOAD_SIZE = 4096;
107 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in parcelableToStableLargeParcelable()
/packages/services/Car/car-lib/src/com/android/car/internal/
DLargeParcelableBase.java54 public static final int MAX_DIRECT_PAYLOAD_SIZE = 4096; field in LargeParcelableBase
141 boolean noSharedMemory = totalPayloadSize <= MAX_DIRECT_PAYLOAD_SIZE; in writeToParcel()
DLargeParcelable.java200 if (payloadSize <= LargeParcelableBase.MAX_DIRECT_PAYLOAD_SIZE) { in toLargeParcelable()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp109 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in prepareSharedMemory()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt208 MinMaxConstant: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE:
209 …n future, make them dynamic methods: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE
3662 UnflaggedApi: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE:
3663 …t be flagged with @FlaggedApi: field android.car.occupantconnection.Payload.MAX_DIRECT_PAYLOAD_SIZE