Home
last modified time | relevance | path

Searched refs:unlockAsync (Results 1 – 9 of 9) 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_all/hardware/
Dgralloc.h298 int (*unlockAsync)(struct gralloc_module_t const* module, member
/hardware/libhardware/include/hardware/
Dgralloc.h298 int (*unlockAsync)(struct gralloc_module_t const* module, member
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dgralloc.h298 int (*unlockAsync)(struct gralloc_module_t const* module, member
/hardware/interfaces/camera/common/default/
DHandleImporter.cpp199 status_t status = GraphicBufferMapper::get().unlockAsync(buf, &releaseFence); in unlock()
/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()
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp359 const auto unlockStatus = mGraphicBuffer->unlockAsync(&mFillFence); in fillBuffer()
DVtsHalGraphicsComposer3_ReadbackTest.cpp505 const auto unlockStatus = graphicBuffer->unlockAsync(&clientFence); in TEST_P()
690 const auto unlockStatus = graphicBuffer->unlockAsync(&clientFence); in TEST_P()