Searched refs:tmpReleaseFence (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 225 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument 228 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock() 247 mMapper->flushLockedBuffer(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in flushLockedBuffer() argument 250 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in flushLockedBuffer()
|
/hardware/google/gchips/gralloc3/src/ |
D | GrallocWrapper.cpp | 167 [&](const auto& tmpError, const auto& tmpReleaseFence) in unlock() 174 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 221 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument 224 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 243 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument 246 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 211 buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlockInternal() argument 213 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlockInternal()
|