Searched refs:invokerType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 176 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType); 177 GSError DetachBufferFromQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType); 246 GSError DetachBufferFromQueueLocked(uint32_t sequence, InvokerType invokerType); 247 …GSError AttachBufferToQueueLocked(sptr<SurfaceBuffer> buffer, InvokerType invokerType, bool needMa…
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 1160 GSError BufferQueue::AttachBufferToQueueLocked(sptr<SurfaceBuffer> buffer, InvokerType invokerType,… in AttachBufferToQueueLocked() argument 1181 if (invokerType == InvokerType::PRODUCER_INVOKER) { in AttachBufferToQueueLocked() 1191 GSError BufferQueue::AttachBufferToQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType) in AttachBufferToQueue() argument 1194 name_.c_str(), uniqueId_, buffer->GetSeqNum(), invokerType); in AttachBufferToQueue() 1196 return AttachBufferToQueueLocked(buffer, invokerType, true); in AttachBufferToQueue() 1199 GSError BufferQueue::DetachBufferFromQueueLocked(uint32_t sequence, InvokerType invokerType) in DetachBufferFromQueueLocked() argument 1206 if (invokerType == InvokerType::PRODUCER_INVOKER) { in DetachBufferFromQueueLocked() 1225 GSError BufferQueue::DetachBufferFromQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType) in DetachBufferFromQueue() argument 1228 name_.c_str(), uniqueId_, buffer->GetSeqNum(), invokerType); in DetachBufferFromQueue() 1231 auto ret = DetachBufferFromQueueLocked(sequence, invokerType); in DetachBufferFromQueue()
|