Home
last modified time | relevance | path

Searched refs:isMalloc (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp258 bool isMalloc = false; in Unmarshalling() local
259 const void* data = RSMarshallingHelper::ReadFromParcel(parcel, size, isMalloc); in Unmarshalling()
266 if (!isMalloc) { in Unmarshalling()
462 bool isMalloc = false; in UnmarshallingNoLazyGeneratedImage() local
463 const void* addr = RSMarshallingHelper::ReadFromParcel(parcel, pixmapSize, isMalloc); in UnmarshallingNoLazyGeneratedImage()
492 if (isMalloc) { in UnmarshallingNoLazyGeneratedImage()
619 bool isMalloc = false; in Unmarshalling() local
620 auto data = static_cast<const Drawing::scalar*>(RSMarshallingHelper::ReadFromParcel(parcel, size, isMalloc)); in Unmarshalling()
629 if (isMalloc) { in Unmarshalling()
1694 bool isMalloc in Unmarshalling() local
1983 bool isMalloc = false; Unmarshalling() local
2213 ReadFromParcel(Parcel& parcel, size_t size, bool& isMalloc) ReadFromParcel() argument
2250 ReadFromAshmem(Parcel& parcel, size_t size, bool& isMalloc) ReadFromAshmem() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h53 #define RS_PROFILER_READ_PARCEL_DATA(parcel, size, isMalloc) RSProfiler::ReadParcelData(parcel, size, isMalloc)
87 #define RS_PROFILER_READ_PARCEL_DATA(parcel, size, isMalloc) RSMarshallingHelper::ReadFromAshmem(parcel, size, isMalloc)
186 RSB_EXPORT static const void* ReadParcelData(Parcel& parcel, size_t size, bool& isMalloc);
H A Drs_profiler_base.cpp1082 const void* RSProfiler::ReadParcelData(Parcel& parcel, size_t size, bool& isMalloc) in ReadParcelData() argument
1090 return RSMarshallingHelper::ReadFromAshmem(parcel, size, isMalloc); in ReadParcelData()
1097 isMalloc = false; in ReadParcelData()
1101 auto data = RSMarshallingHelper::ReadFromAshmem(parcel, size, isMalloc); in ReadParcelData()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp97 bool isMalloc = false; in DoUnmarshalling() local
137 RSMarshallingHelper::ReadFromParcel(parcel, 1, isMalloc); in DoUnmarshalling()
138 RSMarshallingHelper::ReadFromAshmem(parcel, 1, isMalloc); in DoUnmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h417 static const void* ReadFromParcel(Parcel& parcel, size_t size, bool& isMalloc);
419 static const void* ReadFromAshmem(Parcel& parcel, size_t size, bool& isMalloc);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp1170 bool isMalloc = false; in HWTEST_F() local
1171 EXPECT_FALSE(RSMarshallingHelper::ReadFromParcel(parcel, 1, isMalloc)); in HWTEST_F()
1172 EXPECT_FALSE(RSMarshallingHelper::ReadFromParcel(parcel, 0, isMalloc)); in HWTEST_F()
1174 EXPECT_FALSE(RSMarshallingHelper::ReadFromParcel(parcel, 0, isMalloc)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp523 const void* RSMarshallingHelper::ReadFromParcel(Parcel& parcel, size_t size, bool& isMalloc) in ReadFromParcel() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp524 const void* RSMarshallingHelper::ReadFromParcel(Parcel& parcel, size_t size, bool& isMalloc) in ReadFromParcel() argument

Completed in 17 milliseconds