Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:SyncPoint

1173 bool Layer::addSyncPoint(const std::shared_ptr<SyncPoint>& point) {
1175 // Don't bother with a SyncPoint, since we've already latched the
1354 auto syncPoint = std::make_shared<SyncPoint>(
1356 if (handleLayer->addSyncPoint(syncPoint)) {
1357 mRemoteSyncPoints.push_back(std::move(syncPoint));