Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp39 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule()
40 mInputProfiles[i]->clearSupportedDevices(); in ~HwModule()
81 mInputProfiles.add(profile); in addInputProfile()
143 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()
144 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()
145 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()
148 mInputProfiles.removeAt(i); in removeInputProfile()
194 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()
262 if (mInputProfiles.size()) { in dump()
264 for (size_t i = 0; i < mInputProfiles.size(); i++) { in dump()
[all …]
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h70 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()
126 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable