Searched refs:addPresentFence (Results 1 – 8 of 8) sorted by relevance
50 virtual bool addPresentFence(const std::shared_ptr<FenceTime>&) = 0;108 bool addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) override;
300 void Scheduler::addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) { in addPresentFence() function in android::Scheduler301 if (mPrimaryDispSync->addPresentFence(fenceTime)) { in addPresentFence()
145 void addPresentFence(const std::shared_ptr<FenceTime>& fenceTime);
529 bool DispSync::addPresentFence(const std::shared_ptr<FenceTime>& fenceTime) { in addPresentFence() function in android::impl::DispSync
32 MOCK_METHOD1(addPresentFence, bool(const std::shared_ptr<FenceTime>&));
85 void addPresentFence(const sp<Fence>& presentFence);
211 void TransactionCompletedThread::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence() function in android::TransactionCompletedThread
2070 mScheduler->addPresentFence(presentFenceTime); in postComposition()2140 mTransactionCompletedThread.addPresentFence(mPreviousPresentFences[0]); in postComposition()