Searched refs:unlockAsync (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | Gralloc0Hal.h | 166 if (mMinor >= 3 && mModule->unlockAsync) { in unlock() 167 result = mModule->unlockAsync(mModule, bufferHandle, &fenceFd); in unlock()
|
/hardware/libhardware/include_all/hardware/ |
D | gralloc.h | 298 int (*unlockAsync)(struct gralloc_module_t const* module, member
|
/hardware/libhardware/include/hardware/ |
D | gralloc.h | 298 int (*unlockAsync)(struct gralloc_module_t const* module, member
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/ |
D | gralloc.h | 298 int (*unlockAsync)(struct gralloc_module_t const* module, member
|
/hardware/interfaces/camera/common/default/ |
D | HandleImporter.cpp | 199 status_t status = GraphicBufferMapper::get().unlockAsync(buf, &releaseFence); in unlock()
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 186 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 522 int result = mModule->unlockAsync(mModule, buffer->getHandle(), in unlock()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.cpp | 359 const auto unlockStatus = mGraphicBuffer->unlockAsync(&mFillFence); in fillBuffer()
|
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 505 const auto unlockStatus = graphicBuffer->unlockAsync(&clientFence); in TEST_P() 690 const auto unlockStatus = graphicBuffer->unlockAsync(&clientFence); in TEST_P()
|