Lines Matching refs:tmpError
109 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor()
111 error = tmpError; in createDescriptor()
141 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()
143 error = tmpError; in importBuffer()
191 [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
192 error = tmpError; in getTransportSize()
225 [&](const auto& tmpError, const auto& tmpData) in lock()
227 error = tmpError; in lock()
261 [&](const auto& tmpError, const auto& tmpLayout) in lock()
263 error = tmpError; in lock()
286 [&](const auto& tmpError, const auto& tmpReleaseFence) in unlock()
288 error = tmpError; in unlock()
341 [&](const auto& tmpError, const auto& tmpStride, in allocate()
343 error = tmpError; in allocate()
344 if (tmpError != Error::NONE) { in allocate()