Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc0Mapper.cpp132 if (mMinor >= 3 && mModule->unlockAsync) { in unlockBuffer()
133 result = mModule->unlockAsync(mModule, bufferHandle, &fenceFd); in unlockBuffer()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc.h69 return g->unlockAsync(g, handle, releaseFence); in gralloc0_unlock_async_img()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc.h69 return g->unlockAsync(g, handle, releaseFence); in gralloc0_unlock_async_img()
/hardware/libhardware/include/hardware/
Dgralloc.h296 int (*unlockAsync)(struct gralloc_module_t const* module, member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp187 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.cpp516 int result = mModule->unlockAsync(mModule, buffer->getHandle(), in unlock()