/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 258 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 D | rs_profiler.h | 53 #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 D | rs_profiler_base.cpp | 1082 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 D | rsmarshallinghelper_fuzzer.cpp | 97 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 D | rs_marshalling_helper.h | 417 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 D | rs_marshalling_helper_test.cpp | 1170 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 D | rs_marshalling_helper.cpp | 523 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 D | rs_marshalling_helper.cpp | 524 const void* RSMarshallingHelper::ReadFromParcel(Parcel& parcel, size_t size, bool& isMalloc) in ReadFromParcel() argument
|