Lines Matching refs:tmpError
100 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
101 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
145 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
146 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
155 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
156 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
199 [&](const auto& tmpError, const auto& tmpData, int32_t tmpBytesPerPixel, in lock()
201 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
228 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCr() argument
229 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
245 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
246 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
279 buffer, [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
280 ASSERT_EQ(Error::NONE, tmpError) << "failed to get transport size"; in getTransportSize()
291 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported() argument
292 ASSERT_EQ(Error::NONE, tmpError) << "failed to check is supported"; in isSupported()