Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp150 for (auto& point : mRemoteSyncPoints) { in removeRemoteSyncPoints()
153 mRemoteSyncPoints.clear(); in removeRemoteSyncPoints()
702 mRemoteSyncPoints.push_back(std::move(syncPoint)); in pushPendingState()
730 if (mRemoteSyncPoints.empty()) { in applyPendingStates()
740 if (mRemoteSyncPoints.front()->getFrameNumber() != in applyPendingStates()
745 mRemoteSyncPoints.front()->setTransactionApplied(); in applyPendingStates()
746 mRemoteSyncPoints.pop_front(); in applyPendingStates()
750 if (mRemoteSyncPoints.front()->frameIsAvailable()) { in applyPendingStates()
757 mRemoteSyncPoints.front()->setTransactionApplied(); in applyPendingStates()
758 mRemoteSyncPoints.pop_front(); in applyPendingStates()
DLayer.h780 std::list<std::shared_ptr<SyncPoint>> mRemoteSyncPoints; variable