Searched refs:captureOutputSets_ (Results 1 – 2 of 2) sorted by relevance
362 for (auto output : captureOutputSets_) { in PopulateProfileLists()846 auto it = captureOutputSets_.begin(); in InsertOutputIntoSet()847 while (it != captureOutputSets_.end()) { in InsertOutputIntoSet()856 if (it == captureOutputSets_.end()) { in InsertOutputIntoSet()857 captureOutputSets_.insert(output); in InsertOutputIntoSet()1035 auto it = captureOutputSets_.begin(); in RemoveOutputFromSet()1036 while (it != captureOutputSets_.end()) { in RemoveOutputFromSet()1040 captureOutputSets_.erase(it); in RemoveOutputFromSet()1329 auto it = captureOutputSets_.begin(); in OnSettingUpdated()1330 while (it != captureOutputSets_.end()) { in OnSettingUpdated()[all …]
1920 std::set<wptr<CaptureOutput>, RefBaseCompare<CaptureOutput>> captureOutputSets_; variable