Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1831 const OutputProfileCollection &outputProfiles, in getMsdProfiles() argument
1840 if (outputProfiles.isEmpty()) { in getMsdProfiles()
1850 for (const auto &outProfile : outputProfiles) { in getMsdProfiles()
1941 const OutputProfileCollection outputProfiles = msdIsSource ? in buildMsdPatch() local
1956 if (getMsdProfiles(hwAvSync, inputProfiles, outputProfiles, sourceDevice, sinkDevice, in buildMsdPatch()
6097 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported() local
6098 for (const auto &outProfile : outputProfiles) { in isHapticPlaybackSupported()
6116 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isUltrasoundSupported() local
6118 for (const auto &outProfile : outputProfiles) { in isUltrasoundSupported()
DAudioPolicyManager.h1062 const OutputProfileCollection &outputProfiles,