Lines Matching refs:IOProfile
829 sp<IOProfile> AudioPolicyManager::getProfileForOutput( in getProfileForOutput()
847 sp<IOProfile> profile; in getProfileForOutput()
1153 sp<IOProfile> profile; in getOutputForDevices()
2113 sp<IOProfile> profile; in getInputForDevice()
3180 sp<IOProfile> profile = getProfileForOutput(DeviceVector() /*ignore device */, in isOffloadSupported()
3194 sp<IOProfile> profile = getProfileForOutput(DeviceVector() /*ignore device */, in isDirectOutputSupported()
4572 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
4575 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4594 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
4742 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4767 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice()
4772 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
4792 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
4866 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
5623 sp<IOProfile> AudioPolicyManager::getInputProfile(const sp<DeviceDescriptor> &device, in getInputProfile()
5635 sp<IOProfile> firstInexact; in getInputProfile()