Lines Matching refs:tmpError

188     auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) {  in createDescriptor()  argument
189 error = tmpError; in createDescriptor()
204 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
205 error = tmpError; in importBuffer()
247 [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
249 error = tmpError; in getTransportSize()
283 [&](const auto& tmpError, const auto& tmpData) { in lock() argument
284 error = tmpError; in lock()
409 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
410 error = tmpError; in unlock()
451 [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
452 error = tmpError; in isSupported()
483 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in get() argument
484 error = tmpError; in get()
744 [&](const auto& tmpError, const auto& tmpDescriptions) { in listSupportedMetadataTypes() argument
745 error = tmpError; in listSupportedMetadataTypes()
947 auto ret = mMapper->dumpBuffer(buffer, [&](const auto& tmpError, const auto& tmpBufferDump) { in dumpBuffer() argument
948 error = tmpError; in dumpBuffer()
976 auto ret = mMapper->dumpBuffers([&](const auto& tmpError, const auto& tmpBufferDump) { in dumpBuffers() argument
977 error = tmpError; in dumpBuffers()
1111 [&](const auto& tmpError, const auto& tmpStride, in allocate()
1113 error = static_cast<status_t>(tmpError); in allocate()
1114 if (tmpError != Error::NONE) { in allocate()