Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h109 if (mMinor >= 3 && mModule->lockAsync) { in lock()
110 result = mModule->lockAsync(mModule, bufferHandle, cpuUsage, accessRegion.left, in lock()
/hardware/libhardware/include/hardware/
Dgralloc.h282 int (*lockAsync)(struct gralloc_module_t const* module, member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp185 CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296); in CheckOffsets()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp447 int result = mModule->lockAsync(mModule, buffer->getHandle(), in lock()