Lines Matching refs:tmpError

93                          [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) {  in allocate()  argument
94 if (canTolerate(tolerance, tmpError)) { in allocate()
98 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
152 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
153 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
163 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
164 if (!canTolerate(tolerance, tmpError)) { in importBuffer()
165 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
209 [&](const auto& tmpError, const auto& tmpData) { in lock() argument
210 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
225 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
226 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
247 mMapper->flushLockedBuffer(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in flushLockedBuffer() argument
248 ASSERT_EQ(Error::NONE, tmpError) << "failed to flush locked buffer " << buffer; in flushLockedBuffer()
286 mMapper->getTransportSize(buffer, [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
288 ASSERT_EQ(Error::NONE, tmpError) << "failed to get transport size"; in getTransportSize()
299 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
300 ASSERT_EQ(Error::NONE, tmpError) << "failed to check is supported"; in isSupported()
310 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in get() argument
311 err = tmpError; in get()
328 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in getFromBufferDescriptorInfo() argument
329 err = tmpError; in getFromBufferDescriptorInfo()
340 [&](const auto& tmpError, const auto& tmpReservedRegion, const auto& tmpReservedSize) { in getReservedRegion() argument
341 err = tmpError; in getReservedRegion()