Home
last modified time | relevance | path

Searched refs:privateModule (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc3/src/
DGrallocAllocator.cpp117 allocResult = mali_gralloc_fb_allocate(&privateModule, &bufferDescriptor, in allocate()
123 allocResult = mali_gralloc_buffer_allocate(&privateModule, grallocBufferDescriptor, in allocate()
DGrallocMapper.cpp480 if (mali_gralloc_reference_retain(&privateModule, bufferHandle) < 0) in registerBuffer()
504 const int status = mali_gralloc_reference_release(&privateModule, bufferHandle, true); in unregisterBuffer()
553 if (mali_gralloc_lock_async(&privateModule, bufferHandle, cpuUsage, in lockBuffer()
604 result = mali_gralloc_lock_ycbcr_async(&privateModule, bufferHandle, cpuUsage, in lockBuffer()
644 const int result = mali_gralloc_unlock_async(&privateModule, bufferHandle, &fenceFd); in unlockBuffer()
704 const int result = mali_gralloc_derive_format_and_size(&privateModule, in validateBufferSize()
DGrallocAllocator.h50 struct private_module_t privateModule; variable
DGrallocMapper.h124 struct private_module_t privateModule; variable