Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h35 typedef Vector<sp<IOProfile> > InputProfileCollection; typedef
66 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()
120 InputProfileCollection mInputProfiles; // input profiles exposed by this module
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1327 const InputProfileCollection &inputProfiles = msdModule->getInputProfiles(); in getBestMsdAudioProfileFor()