Home
last modified time | relevance | path

Searched refs:mali_gralloc_reference_retain (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_reference.h24 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle);
Dmali_gralloc_reference.cpp35 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain() function
Dmali_gralloc_module.cpp84 return mali_gralloc_reference_retain(m, handle); in gralloc_register_buffer()
Dmali_gralloc_public_interface.cpp219 if (mali_gralloc_reference_retain(m, buffer) < 0) in mali_gralloc_retain()
618 if (mali_gralloc_reference_retain(m, bufferHandle) < 0) in mali_gralloc1_import_buffer()
DGrallocMapper.cpp480 if (mali_gralloc_reference_retain(&privateModule, bufferHandle) < 0) in registerBuffer()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.h24 int mali_gralloc_reference_retain(buffer_handle_t handle);
Dmali_gralloc_reference.cpp31 int mali_gralloc_reference_retain(buffer_handle_t handle) in mali_gralloc_reference_retain() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp69 if (mali_gralloc_reference_retain(bufferHandle) < 0) in registerBuffer()