Home
last modified time | relevance | path

Searched refs:AshmemCreate (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dashmem_adapter_impl.cpp21 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 Dark_ashmem_adapter_wrapper.cpp21 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 Dark_ashmem_adapter_impl.cpp23 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 Dashmem.cpp46 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 Dshared_mem.cpp21 return OHOS::AshmemCreate(name, size); in SharedMemCreate()
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dshare_allocator.cpp33 return reinterpret_cast<void*>(AshmemCreate(0, size)); in Alloc()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_allocator.cpp33 return reinterpret_cast<void*>(AshmemCreate(0, size)); in Alloc()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/ashmemcreate_fuzzer/
H A Dashmemcreate_fuzzer.cpp42 int fd = ashmem.AshmemCreate(name, size); in AshmemCreateFuzzTest()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dwindow_adapter_impl_test.cpp53 EXPECT_GE(AshmemAdapter::AshmemCreate("test", size), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h39 int AshmemCreate(const char *name, size_t size);
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h52 int AshmemCreate(const char *name, size_t size);
/ohos5.0/base/web/webview/ohos_adapter/flowbuffer_adapter/src/
H A Dflowbuffer_adapter_impl.cpp68 fd = AshmemCreate(nullptr, size); in CreateAshmem()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp184 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 Dcodec_share_buffer.cpp70 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_share_buffer.cpp78 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_shared_memory_ext.cpp49 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 Dark_graphic_adapter.h167 static int AshmemCreate(const char* name, size_t size);
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_buffer_helper.cpp133 int fd = AshmemCreate("ForMetaData", (size_t)totalSize); in CreateSharedBuffer()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp119 int fd = AshmemCreate("PurgeableAshmem", size); in CreatePurgeableData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp165 int fd = AshmemCreate(name.c_str(), byteCount); in AllocShareMem()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h234 static int AshmemCreate(const char* name, size_t size);
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp106 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 Drs_ashmem_test.cpp76 int fd = AshmemCreate("RSAshmemTest002", size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp41 int fd = AshmemCreate(name.c_str(), size); in CreateAshmemAllocator()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp104 *fdPtr = AshmemCreate(data.tag, data.size); in Create()

123