Lines Matching refs:tmpError
85 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
86 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
130 mMapper->createDescriptor(descriptorInfo, [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
131 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
140 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
141 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
180 [&](const auto& tmpError, const auto& tmpData) { in lock() argument
181 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
206 [&](const auto& tmpError, const auto& tmpLayout) { in lockYCbCr() argument
207 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
223 mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
224 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()