Lines Matching refs:GraphicsTracker

57 GraphicsTracker::BufferItem::BufferItem(  in BufferItem()
77 GraphicsTracker::BufferItem::BufferItem( in BufferItem()
93 GraphicsTracker::BufferItem::~BufferItem() { in ~BufferItem()
100 std::shared_ptr<GraphicsTracker::BufferItem> GraphicsTracker::BufferItem::migrateBuffer( in migrateBuffer()
131 sp<GraphicBuffer> GraphicsTracker::BufferItem::getGraphicBuffer() { in getGraphicBuffer()
143 GraphicsTracker::BufferCache::~BufferCache() { in ~BufferCache()
147 void GraphicsTracker::BufferCache::waitOnSlot(int slot) { in waitOnSlot()
157 void GraphicsTracker::BufferCache::blockSlot(int slot) { in blockSlot()
165 void GraphicsTracker::BufferCache::unblockSlot(int slot) { in unblockSlot()
175 GraphicsTracker::GraphicsTracker(int maxDequeueCount) in GraphicsTracker() function in aidl::android::hardware::media::c2::implementation::GraphicsTracker
202 GraphicsTracker::~GraphicsTracker() { in ~GraphicsTracker()
206 bool GraphicsTracker::adjustDequeueConfLocked(bool *updateDequeue) { in adjustDequeueConfLocked()
234 c2_status_t GraphicsTracker::configureGraphics( in configureGraphics()
324 c2_status_t GraphicsTracker::configureMaxDequeueCount(int maxDequeueCount) { in configureMaxDequeueCount()
411 void GraphicsTracker::updateDequeueConf() { in updateDequeueConf()
453 void GraphicsTracker::clearCacheIfNecessaryLocked(const std::shared_ptr<BufferCache> &cache, in clearCacheIfNecessaryLocked()
474 int GraphicsTracker::getCurDequeueable() { in getCurDequeueable()
479 void GraphicsTracker::stop() { in stop()
493 void GraphicsTracker::writeIncDequeueableLocked(int inc) { in writeIncDequeueableLocked()
518 void GraphicsTracker::drainDequeueableLocked(int dec) { in drainDequeueableLocked()
534 c2_status_t GraphicsTracker::getWaitableFd(int *pipeFd) { in getWaitableFd()
547 c2_status_t GraphicsTracker::requestAllocate(std::shared_ptr<BufferCache> *cache) { in requestAllocate()
580 void GraphicsTracker::commitAllocate(c2_status_t res, const std::shared_ptr<BufferCache> &cache, in commitAllocate()
620 c2_status_t GraphicsTracker::_allocate(const std::shared_ptr<BufferCache> &cache, in _allocate()
731 c2_status_t GraphicsTracker::allocate( in allocate()
766 c2_status_t GraphicsTracker::requestDeallocate(uint64_t bid, const sp<Fence> &fence, in requestDeallocate()
804 void GraphicsTracker::commitDeallocate( in commitDeallocate()
821 c2_status_t GraphicsTracker::deallocate(uint64_t bid, const sp<Fence> &fence) { in deallocate()
850 c2_status_t GraphicsTracker::requestRender(uint64_t bid, std::shared_ptr<BufferCache> *cache, in requestRender()
891 void GraphicsTracker::commitRender(const std::shared_ptr<BufferCache> &cache, in commitRender()
920 c2_status_t GraphicsTracker::render(const C2ConstGraphicBlock& blk, in render()
999 void GraphicsTracker::onReleased(uint32_t generation) { in onReleased()