Home
last modified time | relevance | path

Searched refs:meta_buffer_info (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp54 MetaBufferInfo *meta_buffer_info = new MetaBufferInfo(); in AllocateBuffer() local
56 if (!meta_buffer_info) { in AllocateBuffer()
82 delete meta_buffer_info; in AllocateBuffer()
101 delete meta_buffer_info; in AllocateBuffer()
109 meta_buffer_info->base_addr = data.base; in AllocateBuffer()
110 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
112 buffer_info->private_data = meta_buffer_info; in AllocateBuffer()
124 MetaBufferInfo *meta_buffer_info = static_cast<MetaBufferInfo *> (buffer_info->private_data); in FreeBuffer() local
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
127 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp54 MetaBufferInfo *meta_buffer_info = new MetaBufferInfo(); in AllocateBuffer() local
56 if (!meta_buffer_info) { in AllocateBuffer()
86 delete meta_buffer_info; in AllocateBuffer()
105 delete meta_buffer_info; in AllocateBuffer()
116 meta_buffer_info->base_addr = data.base; in AllocateBuffer()
117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
119 buffer_info->private_data = meta_buffer_info; in AllocateBuffer()
130 MetaBufferInfo *meta_buffer_info = static_cast<MetaBufferInfo *> (buffer_info->private_data); in FreeBuffer() local
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp54 MetaBufferInfo *meta_buffer_info = new MetaBufferInfo(); in AllocateBuffer() local
56 if (!meta_buffer_info) { in AllocateBuffer()
86 delete meta_buffer_info; in AllocateBuffer()
105 delete meta_buffer_info; in AllocateBuffer()
116 meta_buffer_info->base_addr = data.base; in AllocateBuffer()
117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
119 buffer_info->private_data = meta_buffer_info; in AllocateBuffer()
130 MetaBufferInfo *meta_buffer_info = static_cast<MetaBufferInfo *> (buffer_info->private_data); in FreeBuffer() local
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
[all …]