/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | HwModule.cpp | 48 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule() 49 mInputProfiles[i]->clearSupportedDevices(); in ~HwModule() 91 mInputProfiles.add(profile); in addInputProfile() 155 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile() 156 if (mInputProfiles[i]->getName() == name) { in removeInputProfile() 157 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile() 160 mInputProfiles.removeAt(i); in removeInputProfile() 206 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices() 273 if (mInputProfiles.size()) { in dump() 274 dst->appendFormat("%*s- Input MixPorts (%zu):\n", spaces - 2, "", mInputProfiles.size()); in dump() [all …]
|
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | HwModule.h | 71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles() 129 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module variable
|