Searched refs:PARCEL_MAX_CAPACITY (Results 1 – 2 of 2) sorted by relevance
20 static constexpr size_t PARCEL_MAX_CAPACITY = 2000 * 1024; variable57 parcel.SetMaxCapacity(PARCEL_MAX_CAPACITY); in Marshalling()
77 static const size_t PARCEL_MAX_CAPACITY = 234 * 1024 * 1024; variable83 return PARCEL_MAX_CAPACITY; in GetParcelMaxCapacity()