Searched refs:updateDequeue (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/hal/client/ |
D | GraphicsTracker.cpp | 206 bool GraphicsTracker::adjustDequeueConfLocked(bool *updateDequeue) { in adjustDequeueConfLocked() argument 208 *updateDequeue = false; in adjustDequeueConfLocked() 227 *updateDequeue = true; in adjustDequeueConfLocked() 582 std::shared_ptr<BufferItem> *pBuffer, bool *updateDequeue) { in commitAllocate() argument 607 if (adjustDequeueConfLocked(updateDequeue)) { in commitAllocate() 749 bool updateDequeue; in allocate() local 751 commitAllocate(res, cache, cached, slotId, fence, &buffer, &updateDequeue); in allocate() 760 if (updateDequeue) { in allocate() 767 bool *completed, bool *updateDequeue, in requestDeallocate() argument 795 if (adjustDequeueConfLocked(updateDequeue)) { in requestDeallocate() [all …]
|
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/ |
D | GraphicsTracker.h | 295 bool *completed, bool *updateDequeue, 301 bool *updateDequeue); 307 bool *updateDequeue); 310 bool *updateDequeue); 315 bool *updateDequeue);
|