/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | ashmem_adapter_impl.cpp | 21 int AshmemAdapter::AshmemCreate(const char* name, size_t size) in AshmemCreate() function in OHOS::NWeb::AshmemAdapter 23 return OHOS::AshmemCreate(name, size); in AshmemCreate()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ashmem_adapter_wrapper.cpp | 21 int AshmemAdapter::AshmemCreate(const char* name, size_t size) in AshmemCreate() function in OHOS::NWeb::AshmemAdapter 23 return ArkWeb::ArkAshmemAdapter::AshmemCreate(name, size); in AshmemCreate()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ashmem_adapter_impl.cpp | 23 int ArkAshmemAdapter::AshmemCreate(const char* name, size_t size) in AshmemCreate() function in OHOS::ArkWeb::ArkAshmemAdapter 25 return NWeb::AshmemAdapter::AshmemCreate(name, size); in AshmemCreate()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | ashmem.cpp | 46 int fd = AshmemCreate(name, size); in CreateAshmemStd() 103 int AshmemCreate(const char *name, size_t size) in AshmemCreate() function 165 int fd = AshmemCreate(name, size); in CreateAshmem()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/utils/src/ |
H A D | shared_mem.cpp | 21 return OHOS::AshmemCreate(name, size); in SharedMemCreate()
|
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | share_allocator.cpp | 33 return reinterpret_cast<void*>(AshmemCreate(0, size)); in Alloc()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | share_allocator.cpp | 33 return reinterpret_cast<void*>(AshmemCreate(0, size)); in Alloc()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/ashmemcreate_fuzzer/ |
H A D | ashmemcreate_fuzzer.cpp | 42 int fd = ashmem.AshmemCreate(name, size); in AshmemCreateFuzzTest()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | window_adapter_impl_test.cpp | 53 EXPECT_GE(AshmemAdapter::AshmemCreate("test", size), 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | ashmem.h | 39 int AshmemCreate(const char *name, size_t size);
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | ashmem.h | 52 int AshmemCreate(const char *name, size_t size);
|
/ohos5.0/base/web/webview/ohos_adapter/flowbuffer_adapter/src/ |
H A D | flowbuffer_adapter_impl.cpp | 68 fd = AshmemCreate(nullptr, size); in CreateAshmem()
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 184 int fd = AshmemCreate("ForMetaData", totalSize); in CreateSharedBuffer() 286 int fd = AshmemCreate("ForMetaProp", totalSize_); in Finalize()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_share_buffer.cpp | 70 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate()
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | codec_share_buffer.cpp | 78 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_shared_memory_ext.cpp | 49 int32_t fd = AshmemCreate(0, static_cast<size_t>(capacity)); // release by close(fd) in Alloc()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 167 static int AshmemCreate(const char* name, size_t size);
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/ |
H A D | encode_buffer_helper.cpp | 133 int fd = AshmemCreate("ForMetaData", (size_t)totalSize); in CreateSharedBuffer()
|
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | purgeable_ashmem.cpp | 119 int fd = AshmemCreate("PurgeableAshmem", size); in CreatePurgeableData()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 165 int fd = AshmemCreate(name.c_str(), byteCount); in AllocShareMem()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 234 static int AshmemCreate(const char* name, size_t size);
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 106 fd_ = AshmemCreate(name_.c_str(), static_cast<size_t>(capacity_)); in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_ashmem_test.cpp | 76 int fd = AshmemCreate("RSAshmemTest002", size);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_ashmem_helper.cpp | 41 int fd = AshmemCreate(name.c_str(), size); in CreateAshmemAllocator()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | memory_manager.cpp | 104 *fdPtr = AshmemCreate(data.tag, data.size); in Create()
|