Home
last modified time | relevance | path

Searched refs:mali_gralloc_unlock_async (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferaccess.h38 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_…
Dmali_gralloc_module.cpp140 return mali_gralloc_unlock_async(m, handle, fence_fd); in gralloc_unlock_async()
DGrallocMapper.cpp644 const int result = mali_gralloc_unlock_async(&privateModule, bufferHandle, &fenceFd); in unlockBuffer()
Dmali_gralloc_public_interface.cpp448 const int status = mali_gralloc_unlock_async(m, buffer, outReleaseFence); in mali_gralloc1_unlock_async()
Dmali_gralloc_bufferaccess.cpp1371 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, in mali_gralloc_unlock_async() function