Searched refs:mOutputProfiles (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp493 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++) {
494 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
499 return mHwModules[i]->mOutputProfiles[j];
1362 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++)
1364 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j];
1634 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++)
1636 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices & device) {
1638 profiles.add(mHwModules[i]->mOutputProfiles[j]);
1783 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++)
1785 IOProfile *profile = mHwModules[i]->mOutputProfiles[
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h188 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module member in class:android_audio_legacy::AudioPolicyManagerBase::HwModule

Completed in 158 milliseconds