Home
last modified time | relevance | path

Searched refs:e_data (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_mgr.cpp341 AllocData e_data; in AllocateBuffer() local
342 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
343 e_data.handle = data.handle; in AllocateBuffer()
344 e_data.align = page_size; in AllocateBuffer()
346 err = allocator_->AllocateMem(&e_data, 0); in AllocateBuffer()
357 data.fd, e_data.fd, flags, INT(alignedw), INT(alignedh), descriptor.GetWidth(), in AllocateBuffer()
374 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp311 AllocData e_data; in AllocateBuffer() local
312 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
313 e_data.handle = data.handle; in AllocateBuffer()
314 e_data.align = page_size; in AllocateBuffer()
316 err = allocator_->AllocateMem(&e_data, 0, 0); in AllocateBuffer()
327 data.fd, e_data.fd, INT(flags), INT(alignedw), INT(alignedh), descriptor.GetWidth(), in AllocateBuffer()
344 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp476 AllocData e_data; in AllocateBuffer() local
477 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
478 e_data.handle = data.handle; in AllocateBuffer()
479 e_data.align = page_size; in AllocateBuffer()
482 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
493 e_data.fd, in AllocateBuffer()
513 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp484 AllocData e_data; in AllocateBuffer() local
485 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
486 e_data.handle = data.handle; in AllocateBuffer()
487 e_data.align = page_size; in AllocateBuffer()
490 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
501 e_data.fd, in AllocateBuffer()
521 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp497 AllocData e_data; in AllocateBuffer() local
498 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
499 e_data.handle = data.handle; in AllocateBuffer()
500 e_data.align = page_size; in AllocateBuffer()
503 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
514 e_data.fd, in AllocateBuffer()
534 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_mgr.cpp500 AllocData e_data; in AllocateBuffer() local
501 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
502 e_data.handle = data.handle; in AllocateBuffer()
503 e_data.align = page_size; in AllocateBuffer()
506 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
517 e_data.fd, in AllocateBuffer()
537 RegisterHandleLocked(hnd, data.ion_handle, e_data.ion_handle); in AllocateBuffer()