Searched refs:CheckAndRemoveSessionID (Results 1 – 4 of 4) sorted by relevance
149 bool result = AudioEffectChainManager::GetInstance()->CheckAndRemoveSessionID("123");164 bool result = AudioEffectChainManager::GetInstance()->CheckAndRemoveSessionID(sessionID);178 bool result = AudioEffectChainManager::GetInstance()->CheckAndRemoveSessionID(sessionID);
109 bool CheckAndRemoveSessionID(const std::string &sessionID);
141 if (!audioEffectChainManager->CheckAndRemoveSessionID(sessionIDString)) { in EffectChainManagerReleaseCb()
391 bool AudioEffectChainManager::CheckAndRemoveSessionID(const std::string &sessionID) in CheckAndRemoveSessionID() function in OHOS::AudioStandard::AudioEffectChainManager