Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h37 typedef Vector<sp<IOProfile> > IOProfileCollection; typedef
69 void setProfiles(const IOProfileCollection &profiles);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp92 void HwModule::setProfiles(const IOProfileCollection &profiles) in setProfiles()
417 const IOProfileCollection &profiles = audio_is_output_device(device->type()) ? in cleanUpForDevice()
DSerializer.cpp113 struct MixPortTraits : public AndroidCollectionTraits<IOProfile, IOProfileCollection>