Home
last modified time | relevance | path

Searched refs:sourcesTypes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_interrupt_info.h144 std::vector<SourceType> sourcesTypes; member
197 size_t vct = interrupt.currencySources.sourcesTypes.size(); in Marshalling()
200 … res = res && parcel.WriteInt32(static_cast<int32_t>(interrupt.currencySources.sourcesTypes[i])); in Marshalling()
224 interrupt.currencySources.sourcesTypes.push_back(sourceType); in Unmarshalling()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.cpp1029 …std::vector<SourceType> incomingConcurrentSources = incomingInterrupt.currencySources.sourcesTypes; in ProcessExistInterrupt()
1031 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessExistInterrupt()
1296 …std::vector<SourceType> incomingConcurrentSources = incomingInterrupt.currencySources.sourcesTypes; in ProcessFocusEntry()
1310 … std::vector<SourceType> existConcurrentSources = (iterActive->first).currencySources.sourcesTypes; in ProcessFocusEntry()
1537 std::vector<SourceType> incomingConcurrentSources = incoming.currencySources.sourcesTypes; in SimulateFocusEntry()
1550 … std::vector<SourceType> existConcurrentSources = inprocessing.currencySources.sourcesTypes; in SimulateFocusEntry()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp823 audioInterrupt_.currencySources.sourcesTypes = targetSources; in SetAudioSourceConcurrency()