Lines Matching refs:IOProfile
802 sp<IOProfile> AudioPolicyManager::getProfileForOutput( in getProfileForOutput()
820 sp<IOProfile> profile; in getProfileForOutput()
1145 sp<IOProfile> profile; in openDirectOutput()
2150 sp<IOProfile> profile; in getInputForDevice()
2978 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()
3359 sp<IOProfile> profile = getProfileForOutput(DeviceVector() /*ignore device */, in isOffloadSupported()
3373 sp<IOProfile> profile = getProfileForOutput(DeviceVector() /*ignore device */, in isDirectOutputSupported()
4776 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
4779 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4798 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
4946 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4971 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice()
4976 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
4996 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
5070 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
5298 sp<IOProfile> profile = getProfileForOutput(newDevices, in checkOutputForAttributes()
5912 sp<IOProfile> AudioPolicyManager::getInputProfile(const sp<DeviceDescriptor> &device, in getInputProfile()
5924 sp<IOProfile> firstInexact; in getInputProfile()