Searched refs:existConcurrentSources (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/ |
H A D | audio_interrupt_service.cpp | 1031 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessExistInterrupt() local 1039 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessExistInterrupt() 1053 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessExistInterrupt() 1274 const SourceType &incomingSourceType, const std::vector<SourceType> &existConcurrentSources, in IsAudioSourceConcurrency() argument 1279 …(existConcurrentSources.size() > 0 && incomingSourceType >= 0 && find(existConcurrentSources.begin… in IsAudioSourceConcurrency() 1280 existConcurrentSources.end(), incomingSourceType) != existConcurrentSources.end())) { in IsAudioSourceConcurrency() 1310 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessFocusEntry() local 1311 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessFocusEntry() 1550 … std::vector<SourceType> existConcurrentSources = inprocessing.currencySources.sourcesTypes; in SimulateFocusEntry() local 1552 existConcurrentSources, incomingConcurrentSources); in SimulateFocusEntry()
|
H A D | audio_interrupt_service.h | 167 const std::vector<SourceType> &existConcurrentSources,
|