Loading services/surfaceflinger/Layer.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -953,11 +953,12 @@ void Layer::pushPendingState() { // then it is expired or otherwise invalid. Allow this transaction // to be applied as per normal (no synchronization). mCurrentState.handle = nullptr; } auto syncPoint = std::make_shared<SyncPoint>(mCurrentState.frameNumber); } else { auto syncPoint = std::make_shared<SyncPoint>( mCurrentState.frameNumber); handleLayer->addSyncPoint(syncPoint); mRemoteSyncPoints.push_back(std::move(syncPoint)); } // Wake us up to check if the frame has been received setTransactionFlags(eTransactionNeeded); Loading Loading
services/surfaceflinger/Layer.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -953,11 +953,12 @@ void Layer::pushPendingState() { // then it is expired or otherwise invalid. Allow this transaction // to be applied as per normal (no synchronization). mCurrentState.handle = nullptr; } auto syncPoint = std::make_shared<SyncPoint>(mCurrentState.frameNumber); } else { auto syncPoint = std::make_shared<SyncPoint>( mCurrentState.frameNumber); handleLayer->addSyncPoint(syncPoint); mRemoteSyncPoints.push_back(std::move(syncPoint)); } // Wake us up to check if the frame has been received setTransactionFlags(eTransactionNeeded); Loading