Home
last modified time | relevance | path

Searched refs:existSourceType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.cpp1030 SourceType existSourceType = (iterActive->first).audioFocusType.sourceType; in ProcessExistInterrupt() local
1039 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessExistInterrupt()
1053 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessExistInterrupt()
1273 bool AudioInterruptService::IsAudioSourceConcurrency(const SourceType &existSourceType, in IsAudioSourceConcurrency() argument
1277 …if ((incomingConcurrentSources.size() > 0 && existSourceType >= 0 && find(incomingConcurrentSource… in IsAudioSourceConcurrency()
1278 incomingConcurrentSources.end(), existSourceType) != incomingConcurrentSources.end()) || in IsAudioSourceConcurrency()
1309 SourceType existSourceType = (iterActive->first).audioFocusType.sourceType; in ProcessFocusEntry() local
1311 … if (IsAudioSourceConcurrency(existSourceType, incomingSourceType, existConcurrentSources, in ProcessFocusEntry()
1549 SourceType existSourceType = inprocessing.audioFocusType.sourceType; in SimulateFocusEntry() local
1551 bool bConcurrency = IsAudioSourceConcurrency(existSourceType, incomingSourceType, in SimulateFocusEntry()
H A Daudio_interrupt_service.h166 …bool IsAudioSourceConcurrency(const SourceType &existSourceType, const SourceType &incomingSourceT…