Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp193 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();
DLayer.h647 std::list<std::shared_ptr<SyncPoint>> mRemoteSyncPoints; variable