Lines Matching refs:IOProfile

581 sp<IOProfile> AudioPolicyManager::getProfileForDirectOutput(  in getProfileForDirectOutput()
595 sp<IOProfile> profile; in getProfileForDirectOutput()
602 sp<IOProfile> curProfile = mHwModules[i]->mOutputProfiles[j]; in getProfileForDirectOutput()
805 sp<IOProfile> profile; in getOutputForDevice()
1387 sp<IOProfile> profile; in getInputForAttr()
2076 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()
2734 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManager()
2809 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; in AudioPolicyManager()
3175 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
3183 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()
3204 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
3421 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()
3468 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice()
3478 sp<IOProfile> profile = mHwModules[module_idx]->mInputProfiles[profile_index]; in checkInputsForDevice()
3500 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
3625 sp<IOProfile> profile = mHwModules[module_index]->mInputProfiles[profile_index]; in checkInputsForDevice()
4446 sp<IOProfile> AudioPolicyManager::getInputProfile(audio_devices_t device, in getInputProfile()
4466 sp<IOProfile> profile = mHwModules[i]->mInputProfiles[j]; in getInputProfile()
4737 sp<IOProfile> profile; in defaultAudioPolicyConfig()
4745 profile = new IOProfile(String8("primary"), AUDIO_PORT_ROLE_SOURCE); in defaultAudioPolicyConfig()
4754 profile = new IOProfile(String8("primary"), AUDIO_PORT_ROLE_SINK); in defaultAudioPolicyConfig()