Searched refs:msdIsSource (Results 1 – 2 of 2) sorted by relevance
888 PatchBuilder buildMsdPatch(bool msdIsSource, const sp<DeviceDescriptor> &device) const;
1485 PatchBuilder AudioPolicyManager::buildMsdPatch(bool msdIsSource, in buildMsdPatch() argument1496 const InputProfileCollection inputProfiles = msdIsSource ? in buildMsdPatch()1498 const OutputProfileCollection outputProfiles = msdIsSource ? in buildMsdPatch()1501 const sp<DeviceDescriptor> sourceDevice = msdIsSource ? getMsdAudioInDevice() : device; in buildMsdPatch()1502 const sp<DeviceDescriptor> sinkDevice = msdIsSource ? in buildMsdPatch()