Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h888 PatchBuilder buildMsdPatch(bool msdIsSource, const sp<DeviceDescriptor> &device) const;
DAudioPolicyManager.cpp1485 PatchBuilder AudioPolicyManager::buildMsdPatch(bool msdIsSource, in buildMsdPatch() argument
1496 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()