Home
last modified time | relevance | path

Searched refs:AllocInfo (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_alloc_info_v10.md1 # AllocInfo chapter
33 unsigned int AllocInfo::expectedSize
43 unsigned int AllocInfo::format
53 unsigned int AllocInfo::height
63 unsigned long AllocInfo::usage
73 unsigned int AllocInfo::width
H A Dinterface_i_allocator_v10.md20 | [AllocMem](#allocmem) ([in] struct [AllocInfo](_alloc_info_v10.md) info, [out] NativeBuffer handl…
29 IAllocator::AllocMem ([in] struct AllocInfo info, [out] NativeBuffer handle )
43 | info | 表示申请内存AllocInfo信息。 |
H A D_display_buffer_type_8idl_v10.md22 | struct  [AllocInfo](_alloc_info_v10.md) | 定义待分配内存的信息。 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/
H A Ddisplay_buffer_type.cpp.txt29 …arshalling(OHOS::MessageParcel& data, const OHOS::HDI::Display::Buffer::V1_0::AllocInfo& dataBlock)
31 …a.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Display::Buffer::V1_0::AllocInfo))) {
37 …ockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Display::Buffer::V1_0::AllocInfo& dataBlock)
39AllocInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Display::Buffer::V1_0::AllocInfo*>(dat…
44 …eof(OHOS::HDI::Display::Buffer::V1_0::AllocInfo), dataBlockPtr, sizeof(OHOS::HDI::Display::Buffer:…
H A Ddisplay_buffer_type.h.txt55 struct AllocInfo {
70 …rshalling(OHOS::MessageParcel &data, const OHOS::HDI::Display::Buffer::V1_0::AllocInfo& dataBlock);
72 …ckUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Display::Buffer::V1_0::AllocInfo& dataBlock);
H A Dallocator_proxy.h.txt71 …int32_t AllocMem(const OHOS::HDI::Display::Buffer::V1_0::AllocInfo& info, sptr<NativeBuffer>& hand…
75 …static int32_t AllocMem_(const OHOS::HDI::Display::Buffer::V1_0::AllocInfo& info, sptr<NativeBuffe…
/ohos5.0/drivers/peripheral/display/buffer/test/unittest/
H A Ddisplay_buffer_ut.h31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
35 class DisplayBufferUt : public ::testing::TestWithParam<AllocInfo> {
41 int32_t AllocMemTest(AllocInfo& info);
H A Ddisplay_buffer_ut.cpp31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
67 const AllocInfo DISPLAY_BUFFER_TEST_SETS[] = {
429 int32_t DisplayBufferUt::AllocMemTest(AllocInfo& info) in AllocMemTest()
483 AllocInfo params = GetParam(); in TEST_P()
H A Ddeath_test.h31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.h26 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
33 int32_t RunTest(const AllocInfo& info);
H A Ddisplay_buffer_mt.cpp107 int32_t DisplayBufferMt::RunTest(const AllocInfo& info) in RunTest()
161 AllocInfo info;
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/include/
H A Dparcel_utils.h30 static int32_t UnpackAllocInfo(MessageParcel &data, AllocInfo *pAllocInfo) in UnpackAllocInfo()
43 static int32_t PackAllocInfo(MessageParcel &data, const AllocInfo *pAllocInfo) in PackAllocInfo()
H A Didisplay_allocator.h31 virtual int32_t AllocMem(const AllocInfo &info, BufferHandle *&handle) = 0;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.h58 virtual int32_t AllocMem(const AllocInfo &info, BufferHandle **handle);
77 int32_t ConvertToBufferInfo(BufferInfo &bufferInfo, const AllocInfo &info);
H A Ddisplay_buffer_vdi_impl.h33 virtual int32_t AllocMem(const AllocInfo& info, BufferHandle*& handle) const override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/dump_ast_target/
H A Ddump.txt31 [in] ohos.hdi.display.buffer.v1_0.AllocInfo info,
39 [mini, lite, full] struct AllocInfo {
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp122 SurfaceBufferImpl* BufferManager::AllocBuffer(AllocInfo info) in AllocBuffer()
155 AllocInfo info = {0}; in AllocBuffer()
175 AllocInfo info = {0}; in AllocBuffer()
/ohos5.0/drivers/peripheral/display/buffer/test/benchmarktest/
H A Ddisplay_buffer_benchmark_test.cpp31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
38 static AllocInfo g_allocInfo = {
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c41 AllocInfo info = { in LoadBmp()
388 AllocInfo info = { in AllocMemTest1()
408 AllocInfo info = { in MmapCacheTest()
443 AllocInfo info = { in AllocMemTest2()
/ohos5.0/drivers/peripheral/display/buffer/test/fuzztest/metadata_fuzzer/
H A Dmetadata_fuzzer.cpp53 static int32_t GetAllocInfo(OHOS::HDI::Display::Buffer::V1_0::AllocInfo& info) in GetAllocInfo()
76 AllocInfo info = { 0 }; in UsingAllocmem()
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_impl.h35 int32_t AllocMem(const AllocInfo &info, BufferHandle *&handle) override;
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dallocator_proxy.h30 virtual int32_t AllocMem(const AllocInfo &info, BufferHandle *&handle) override;
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Dallocator_service.h33 int32_t AllocMem(const AllocInfo& info, sptr<NativeBuffer>& handle) override;
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h61 int32_t (*AllocMem)(const AllocInfo* info, BufferHandle** handle);
/ohos5.0/drivers/interface/display/buffer/v1_0/include/
H A Didisplay_buffer.h56 virtual int32_t AllocMem(const AllocInfo& info, BufferHandle*& handle) const = 0;

1234