Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1301 std::vector<SourceOutput> targetSourceOutputs = {}; in FilterSourceOutputs() local
1315 targetSourceOutputs.push_back(sourceOutputs[i]); in FilterSourceOutputs()
1318 return targetSourceOutputs; in FilterSourceOutputs()
2324 …std::vector<SourceOutput> targetSourceOutputs = FilterSourceOutputs(capturerChangeInfo->sessionId); in MoveToNewInputDevice() local
2328 … ? MoveToLocalInputDevice(targetSourceOutputs, new AudioDeviceDescriptor(*inputDevice)) in MoveToNewInputDevice()
2329 … : MoveToRemoteInputDevice(targetSourceOutputs, new AudioDeviceDescriptor(*inputDevice)); in MoveToNewInputDevice()