Lines Matching refs:tmpError
137 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor()
139 error = tmpError; in createDescriptor()
168 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()
170 error = tmpError; in importBuffer()
223 [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
224 error = tmpError; in getTransportSize()
262 [&](const auto& tmpError, const auto& tmpData) in lock()
264 error = tmpError; in lock()
303 [&](const auto& tmpError, const auto& tmpLayout) in lock()
305 error = tmpError; in lock()
336 [&](const auto& tmpError, const auto& tmpReleaseFence) in unlock()
338 error = tmpError; in unlock()
406 [&](const auto& tmpError, const auto& tmpStride, in allocate()
408 error = static_cast<status_t>(tmpError); in allocate()
409 if (tmpError != Error::NONE) { in allocate()