Lines Matching refs:tmpError

81         [&](const auto& tmpError, const auto& tmpBufferHandle) {  in importBufferInternal()  argument
82 error = tmpError; in importBufferInternal()
110 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCrInternal() argument
111 if (tmpError == E::NONE) { in lockYCbCrInternal()
120 ALOGE("%s: failed to lockYCbCr error %d!", __FUNCTION__, tmpError); in lockYCbCrInternal()
131 [&](const auto& tmpError, const auto& tmpEncodedPlaneLayouts) { in getPlaneLayouts() argument
132 if (tmpError == MapperErrorV4::NONE) { in getPlaneLayouts()
135 ALOGE("%s: failed to get plane layouts %d!", __FUNCTION__, tmpError); in getPlaneLayouts()
156 [&](const auto& tmpError, const auto& tmpPtr) { in __anone99ea02c0402() argument
157 if (tmpError == MapperErrorV4::NONE) { in __anone99ea02c0402()
160 ALOGE("%s: failed to lock error %d!", __FUNCTION__, tmpError); in __anone99ea02c0402()
211 buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlockInternal() argument
212 if (tmpError == E::NONE) { in unlockInternal()
227 ALOGE("%s: failed to unlock error %d!", __FUNCTION__, tmpError); in unlockInternal()
345 [&](const auto& tmpError, const auto& tmpPtr) { in lock() argument
346 if (tmpError == MapperErrorV4::NONE) { in lock()
349 ALOGE("%s: failed to lock error %d!", __FUNCTION__, tmpError); in lock()
357 [&](const auto& tmpError, const auto& tmpPtr, const auto& /*bytesPerPixel*/, in lock()
359 if (tmpError == MapperErrorV3::NONE) { in lock()
362 ALOGE("%s: failed to lock error %d!", __FUNCTION__, tmpError); in lock()
367 [&](const auto& tmpError, const auto& tmpPtr) { in lock() argument
368 if (tmpError == MapperErrorV2::NONE) { in lock()
371 ALOGE("%s: failed to lock error %d!", __FUNCTION__, tmpError); in lock()