Searched refs:pendingSyncList_ (Results 1 – 2 of 2) sorted by relevance
62 pendingSyncList_.emplace_back(property); in AddPropertyToPendingSyncList()67 if (pendingSyncList_.empty()) { in SyncProperties()74 for (auto& rsProperty : pendingSyncList_) { in SyncProperties()87 pendingSyncList_.clear(); in SyncProperties()
74 std::vector<std::shared_ptr<RSPropertyBase>> pendingSyncList_; variable