/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_sync_utils.cpp | 88 int size = AshmemGetSize(memory.fd); in WriteClockUnitToMemory() 129 int size = AshmemGetSize(memory.fd); in ReadClockUnitFromMemory() 174 int size = AshmemGetSize(memory.fd); in WriteFrameInfoToMemory() 204 int size = AshmemGetSize(memory.fd); in ReadFrameInfoFromMemory() 235 int size = AshmemGetSize(memory.fd); in ResetSharedMemory()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/utils/src/ |
H A D | shared_mem.cpp | 31 return OHOS::AshmemGetSize(fd); in SharedMemGetSize()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | ashmem.cpp | 143 int AshmemGetSize(int fd) in AshmemGetSize() function 187 return AshmemGetSize(memoryFd_); in GetAshmemSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | ashmem.h | 56 int AshmemGetSize(int fd);
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | ashmem.h | 70 int AshmemGetSize(int fd);
|
/ohos5.0/base/web/webview/ohos_adapter/flowbuffer_adapter/src/ |
H A D | flowbuffer_adapter_impl.cpp | 101 int ashmemSize = AshmemGetSize(fd); in CreateAshmemWithFd()
|
/ohos5.0/commonlibrary/c_utils/base/src/rust/ |
H A D | ashmem.rs | 46 pub fn AshmemGetSize(fd: i32) -> i32; in AshmemGetSize() function
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 198 buffer.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in CreateSharedBuffer() 301 buffer.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in Finalize()
|
H A D | codec_heif_helper.cpp | 60 output.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in AllocOutputBuffer()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_share_buffer.cpp | 44 int size = OHOS::AshmemGetSize(codecBuffer.fd); in Create()
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | codec_share_buffer.cpp | 49 int size = OHOS::AshmemGetSize(shardFd); in Create()
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/ |
H A D | encode_buffer_helper.cpp | 155 buffer.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in CreateSharedBuffer()
|
H A D | encode_heif_helper.cpp | 30 output.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in AllocOutputBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/ |
H A D | pixel_map_utils.h | 177 int32_t ashmemSize = AshmemGetSize(fd);
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 101 int size = AshmemGetSize(fd_); in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_ashmem_helper.cpp | 70 int ashmemSize = AshmemGetSize(fd); in CreateAshmemAllocatorWithFd()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | message_parcel.cpp | 474 int ashmemSize = AshmemGetSize(fd); in ReadRawData()
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 384 int32_t size = OHOS::AshmemGetSize(fd); in JpegDataAssemble()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | oh_audio_buffer.cpp | 92 int size = AshmemGetSize(fd_); // hdi fd may not support in Init()
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/ |
H A D | codec_hdi_heif_encode_test.cpp | 100 sb.capacity = static_cast<uint32_t>(AshmemGetSize(fd)); in AllocateSharedBuffer()
|