Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1072 PatchBuilder buildMsdPatch(bool msdIsSource, const sp<DeviceDescriptor> &device) const;
DAudioPolicyManager.cpp1928 PatchBuilder AudioPolicyManager::buildMsdPatch(bool msdIsSource, in buildMsdPatch() argument
1939 const InputProfileCollection inputProfiles = msdIsSource ? in buildMsdPatch()
1941 const OutputProfileCollection outputProfiles = msdIsSource ? in buildMsdPatch()
1944 const sp<DeviceDescriptor> sourceDevice = msdIsSource ? getMsdAudioInDevice() : device; in buildMsdPatch()
1945 const sp<DeviceDescriptor> sinkDevice = msdIsSource ? in buildMsdPatch()