Searched refs:mRemoteSyncPoints (Results 1 – 2 of 2) sorted by relevance
193 for (auto& point : mRemoteSyncPoints) { in ~Layer()1495 mRemoteSyncPoints.push_back(std::move(syncPoint));1523 if (mRemoteSyncPoints.empty()) {1533 if (mRemoteSyncPoints.front()->getFrameNumber() !=1539 mRemoteSyncPoints.front()->setTransactionApplied();1540 mRemoteSyncPoints.pop_front();1544 if (mRemoteSyncPoints.front()->frameIsAvailable()) {1550 mRemoteSyncPoints.front()->setTransactionApplied();1551 mRemoteSyncPoints.pop_front();
647 std::list<std::shared_ptr<SyncPoint>> mRemoteSyncPoints; variable