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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp151 for (auto& point : mRemoteSyncPoints) {
906 mRemoteSyncPoints.push_back(std::move(syncPoint));
933 if (mRemoteSyncPoints.empty()) {
943 if (mRemoteSyncPoints.front()->getFrameNumber() != mPendingStates[0].frameNumber) {
947 mRemoteSyncPoints.front()->setTransactionApplied();
948 mRemoteSyncPoints.pop_front();
952 if (mRemoteSyncPoints.front()->frameIsAvailable()) {
958 mRemoteSyncPoints.front()->setTransactionApplied();
959 mRemoteSyncPoints.pop_front();
H A DLayer.h670 std::list<std::shared_ptr<SyncPoint>> mRemoteSyncPoints; member in class:android::Layer

Completed in 116 milliseconds