Lines Matching refs:tmpError
100 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
101 if (tmpError != Error::NONE) { in allocate()
149 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
150 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
159 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
160 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
203 [&](const auto& tmpError, const auto& tmpData, int32_t tmpBytesPerPixel, in lock()
205 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
232 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCr() argument
233 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
249 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
250 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
283 buffer, [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
284 ASSERT_EQ(Error::NONE, tmpError) << "failed to get transport size"; in getTransportSize()
295 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
296 ASSERT_EQ(Error::NONE, tmpError) << "failed to check is supported"; in isSupported()