Lines Matching refs:tmpError
98 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
99 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
143 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
144 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
153 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
154 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
197 [&](const auto& tmpError, const auto& tmpData, int32_t tmpBytesPerPixel, in lock()
199 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
226 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCr() argument
227 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
243 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
244 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
277 buffer, [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
278 ASSERT_EQ(Error::NONE, tmpError) << "failed to get transport size"; in getTransportSize()
289 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
290 ASSERT_EQ(Error::NONE, tmpError) << "failed to check is supported"; in isSupported()