/hardware/qcom/display/msm8960/libgralloc/ |
D | alloc_controller.cpp | 185 data.allocType = 0; in allocate() 216 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 238 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 374 data.allocType, 0, format, in alloc_buffer()
|
D | memalloc.h | 52 int allocType; member
|
D | gpu.cpp | 143 flags |= data.allocType; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | memalloc.h | 53 int allocType; member
|
D | alloc_controller.cpp | 472 data.allocType = 0; in allocate() 505 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 517 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 893 data.allocType |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; in alloc_buffer() 897 data.allocType, 0, format, in alloc_buffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | memalloc.h | 53 int allocType; member
|
D | alloc_controller.cpp | 472 data.allocType = 0; in allocate() 505 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 517 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 893 data.allocType |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; in alloc_buffer() 897 data.allocType, 0, format, in alloc_buffer()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | memalloc.h | 52 int allocType; member
|
D | alloc_controller.cpp | 288 data.allocType = 0; in allocate() 324 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 346 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 644 data.allocType, 0, format, in alloc_buffer()
|
D | gpu.cpp | 159 flags |= data.allocType; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | memalloc.h | 53 int allocType; member
|
D | alloc_controller.cpp | 457 data.allocType = 0; in allocate() 487 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 499 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 896 data.allocType |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; in alloc_buffer() 900 data.allocType, 0, format, in alloc_buffer()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | memalloc.h | 52 int allocType; member
|
D | alloc_controller.cpp | 381 data.allocType = 0; in allocate() 413 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 435 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 746 data.allocType, 0, format, in alloc_buffer()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | memalloc.h | 52 int allocType; member
|
D | alloc_controller.cpp | 289 data.allocType = 0; in allocate() 325 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate() 347 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate() 650 data.allocType, 0, format, in alloc_buffer()
|
D | gpu.cpp | 156 flags |= data.allocType; in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMem.h | 148 mAllocType = data.allocType; in open()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMem.h | 158 mAllocType = data.allocType; in open()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMem.h | 158 mAllocType = data.allocType; in open()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMem.h | 168 mAllocType = data.allocType; in open()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 110 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
|
/hardware/google/av/codec2/vndk/ |
D | C2Buffer.cpp | 503 AllocType allocType; member 546 switch(c2Params.data.allocType) { in allocate() 605 if (newAlloc.data.allocType == oldAlloc.data.allocType && in compatible()
|