Home
last modified time | relevance | path

Searched refs:AttachBufferToQueueLocked (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h247 …GSError AttachBufferToQueueLocked(sptr<SurfaceBuffer> buffer, InvokerType invokerType, bool needMa…
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1160 GSError BufferQueue::AttachBufferToQueueLocked(sptr<SurfaceBuffer> buffer, InvokerType invokerType,… in AttachBufferToQueueLocked() function in OHOS::BufferQueue
1196 return AttachBufferToQueueLocked(buffer, invokerType, true); in AttachBufferToQueue()
2096 ret = AttachBufferToQueueLocked(buffer, InvokerType::PRODUCER_INVOKER, needMap); in AttachAndFlushBuffer()