Searched refs:newStreamStr (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_focus_parser.cpp | 251 std::string newStreamStr(newStream); in AddRejectedFocusEntry() local 252 std::map<std::string, AudioFocusType>::iterator it1 = audioFocusMap.find(newStreamStr); in AddRejectedFocusEntry() 255 std::make_pair(audioFocusMap[curStream], audioFocusMap[newStreamStr]); in AddRejectedFocusEntry() 263 …AUDIO_DEBUG_LOG("current stream: %s, incoming stream: %s", curStream.c_str(), newStreamStr.c_str()… in AddRejectedFocusEntry() 298 std::string newStreamStr(newStream); in AddAllowedFocusEntry() local 299 std::map<std::string, AudioFocusType>::iterator it1 = audioFocusMap.find(newStreamStr); in AddAllowedFocusEntry() 309 std::make_pair(audioFocusMap[curStream], audioFocusMap[newStreamStr]); in AddAllowedFocusEntry() 317 …AUDIO_DEBUG_LOG("current stream: %s, incoming stream: %s", curStream.c_str(), newStreamStr.c_str()… in AddAllowedFocusEntry()
|