Home
last modified time | relevance | path

Searched refs:tmpBuffers (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OutputUtils.cpp191 hardware::hidl_vec<HStreamBuffer> tmpBuffers(aBuffers.size()); in convertToHidl() local
194 tmpBuffers[i].status = convertToHidl(aBuf.status); in convertToHidl()
195 tmpBuffers[i].streamId = aBuf.streamId; in convertToHidl()
196 tmpBuffers[i].bufferId = aBuf.bufferId; in convertToHidl()
197 tmpBuffers[i].buffer = convertToHidl(aBuf.buffer, handlesCreated); in convertToHidl()
198 tmpBuffers[i].acquireFence = convertToHidl(aBuf.acquireFence, handlesCreated); in convertToHidl()
199 tmpBuffers[i].releaseFence = convertToHidl(aBuf.releaseFence, handlesCreated); in convertToHidl()
202 hBuffersVal.buffers(std::move(tmpBuffers)); in convertToHidl()
/frameworks/native/libs/ui/
DGralloc2.cpp407 const auto& tmpBuffers) { in allocate() argument
415 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
428 tmpBuffers[i].getNativeHandle()); in allocate()
DGralloc3.cpp390 const auto& tmpBuffers) { in allocate() argument
398 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
411 tmpBuffers[i].getNativeHandle()); in allocate()
DGralloc4.cpp1112 const auto& tmpBuffers) { in allocate() argument
1120 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
1133 tmpBuffers[i].getNativeHandle()); in allocate()