Lines Matching refs:tmpError
128 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
129 error = tmpError; in createDescriptor()
144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
145 error = tmpError; in importBuffer()
184 [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
186 error = tmpError; in getTransportSize()
217 [&](const auto& tmpError, const auto& tmpData, in lock()
219 error = tmpError; in lock()
262 [&](const auto& tmpError, const auto& tmpLayout) { in lock() argument
263 error = tmpError; in lock()
293 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
294 error = tmpError; in unlock()
330 [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
331 error = tmpError; in isSupported()
389 [&](const auto& tmpError, const auto& tmpStride, in allocate()
391 error = static_cast<status_t>(tmpError); in allocate()
392 if (tmpError != Error::NONE) { in allocate()