Searched refs:msdIsSource (Results 1 – 2 of 2) sorted by relevance
900 PatchBuilder buildMsdPatch(bool msdIsSource, const sp<DeviceDescriptor> &device) const;
1520 PatchBuilder AudioPolicyManager::buildMsdPatch(bool msdIsSource, in buildMsdPatch() argument1531 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()