Lines Matching refs:tmpError
83 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
84 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
128 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
129 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
138 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
139 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
178 [&](const auto& tmpError, const auto& tmpData) { in lock() argument
179 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
204 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCr() argument
205 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
221 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
222 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()