Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h900 PatchBuilder buildMsdPatch(bool msdIsSource, const sp<DeviceDescriptor> &device) const;
H A DAudioPolicyManager.cpp1520 PatchBuilder AudioPolicyManager::buildMsdPatch(bool msdIsSource, in buildMsdPatch() argument
1531 const InputProfileCollection inputProfiles = msdIsSource ? in buildMsdPatch()
1533 const OutputProfileCollection outputProfiles = msdIsSource ? in buildMsdPatch()
1536 const sp<DeviceDescriptor> sourceDevice = msdIsSource ? getMsdAudioInDevice() : device; in buildMsdPatch()
1537 const sp<DeviceDescriptor> sinkDevice = msdIsSource ? in buildMsdPatch()