Home
last modified time | relevance | path

Searched refs:OutputProfileCollection (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h36 typedef Vector<sp<IOProfile> > OutputProfileCollection; typedef
71 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles()
125 OutputProfileCollection mOutputProfiles; // output profiles exposed by this module
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h890 const OutputProfileCollection &outputProfiles,
H A DAudioPolicyManager.cpp1445 const OutputProfileCollection &outputProfiles, in getMsdProfiles()
1533 const OutputProfileCollection outputProfiles = msdIsSource ? in buildMsdPatch()
4773 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()