Lines Matching refs:tmpError
119 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
120 error = tmpError; in createDescriptor()
135 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
136 error = tmpError; in importBuffer()
175 [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
177 error = tmpError; in getTransportSize()
208 [&](const auto& tmpError, const auto& tmpData, in lock()
210 error = tmpError; in lock()
253 [&](const auto& tmpError, const auto& tmpLayout) { in lock() argument
254 error = tmpError; in lock()
284 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
285 error = tmpError; in unlock()
321 [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
322 error = tmpError; in isSupported()
377 [&](const auto& tmpError, const auto& tmpStride, in allocate()
379 error = static_cast<status_t>(tmpError); in allocate()
380 if (tmpError != Error::NONE) { in allocate()