Lines Matching refs:tmpError
128 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor()
130 error = tmpError; in createDescriptor()
159 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()
161 error = tmpError; in importBuffer()
214 [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
215 error = tmpError; in getTransportSize()
253 [&](const auto& tmpError, const auto& tmpData) in lock()
255 error = tmpError; in lock()
294 [&](const auto& tmpError, const auto& tmpLayout) in lock()
296 error = tmpError; in lock()
327 [&](const auto& tmpError, const auto& tmpReleaseFence) in unlock()
329 error = tmpError; in unlock()
400 [&](const auto& tmpError, const auto& tmpStride, in allocate()
402 error = static_cast<status_t>(tmpError); in allocate()
403 if (tmpError != Error::NONE) { in allocate()