Searched refs:lockAsync (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/ |
D | vendor_graphicbuffer_mapper.cpp | 26 return lockAsync(handle, usage, usage, bounds, vaddr, in lock64()
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | Gralloc0Hal.h | 109 if (mMinor >= 3 && mModule->lockAsync) { in lock() 110 result = mModule->lockAsync(mModule, bufferHandle, cpuUsage, accessRegion.left, in lock()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_mapper.cpp | 32 return lockAsync(handle, usage, usage, bounds, vaddr, in lock64()
|
/hardware/libhardware/include/hardware/ |
D | gralloc.h | 282 int (*lockAsync)(struct gralloc_module_t const* module, member
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_module.h | 131 base.lockAsync = gralloc_lock_async; in private_module_t()
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 185 CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296); in CheckOffsets()
|