Searched refs:unlockAsync (Results 1 – 4 of 4) sorted by relevance
166 if (mMinor >= 3 && mModule->unlockAsync) { in unlock()167 result = mModule->unlockAsync(mModule, bufferHandle, &fenceFd); in unlock()
298 int (*unlockAsync)(struct gralloc_module_t const* module, member
186 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets()
522 int result = mModule->unlockAsync(mModule, buffer->getHandle(), in unlock()