Lines Matching refs:tmpError
67 [&](const auto& tmpError, const auto& tmpBufferHandle) { in importBufferInternal() argument
68 error = tmpError; in importBufferInternal()
96 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCrInternal() argument
97 if (tmpError == E::NONE) { in lockYCbCrInternal()
106 ALOGE("%s: failed to lockYCbCr error %d!", __FUNCTION__, tmpError); in lockYCbCrInternal()
118 buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlockInternal() argument
119 if (tmpError == E::NONE) { in unlockInternal()
134 ALOGE("%s: failed to unlock error %d!", __FUNCTION__, tmpError); in unlockInternal()
237 [&](const auto& tmpError, const auto& tmpPtr, const auto& /*bytesPerPixel*/, in lock()
239 if (tmpError == MapperErrorV3::NONE) { in lock()
243 __FUNCTION__, tmpError); in lock()
249 [&](const auto& tmpError, const auto& tmpPtr) { in lock() argument
250 if (tmpError == MapperErrorV2::NONE) { in lock()
254 __FUNCTION__, tmpError); in lock()