Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h166 if (mMinor >= 3 && mModule->unlockAsync) { in unlock()
167 result = mModule->unlockAsync(mModule, bufferHandle, &fenceFd); in unlock()
/hardware/libhardware/include/hardware/
Dgralloc.h298 int (*unlockAsync)(struct gralloc_module_t const* module, member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp186 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp522 int result = mModule->unlockAsync(mModule, buffer->getHandle(), in unlock()