Searched refs:mapAddFlags_ (Results 1 – 2 of 2) sorted by relevance
94 mapAddFlags_.clear(); in LoadAdapter()165 if (mapAddFlags_.find(flagString) == mapAddFlags_.end()) { in AddAudioDevice()173 mapAddFlags_.insert(std::make_pair(flagString, true)); in AddAudioDevice()199 mapAddFlags_.erase(adpName + std::to_string(dhId)); in RemoveAudioDevice()
105 std::map<std::string, bool> mapAddFlags_; variable