• Home
  • Raw
  • Download

Lines Matching refs:IOProfile

952 sp<IOProfile> AudioPolicyManager::getMsdProfileForOutput(  in getMsdProfileForOutput()
978 sp<IOProfile> AudioPolicyManager::getProfileForOutput( in getProfileForOutput()
1005 sp<IOProfile> AudioPolicyManager::searchCompatibleProfileHwModules ( in searchCompatibleProfileHwModules()
1013 sp<IOProfile> profile; in searchCompatibleProfileHwModules()
1050 sp<IOProfile> AudioPolicyManager::getSpatializerOutputProfile( in getSpatializerOutputProfile()
1390 sp<IOProfile> profile; in openDirectOutput()
2621 sp<IOProfile> profile; in getInputForDevice()
3476 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()
3933 sp<IOProfile> profile = getProfileForOutput(DeviceVector() /*ignore device */, in getOffloadSupport()
3956 sp<IOProfile> profile = getProfileForOutput(outputDevices, in isDirectOutputSupported()
5400 sp<IOProfile> profile = in canBeSpatializedInt()
5482 sp<IOProfile> profile = in getSpatializerOutput()
5908 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
5911 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
5930 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
6005 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
6049 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice()
6054 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
6074 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
6148 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
6414 sp<IOProfile> profile = getProfileForOutput(newDevices, in checkOutputForAttributes()
7122 sp<IOProfile> AudioPolicyManager::getInputProfile(const sp<DeviceDescriptor> &device, in getInputProfile()
7134 sp<IOProfile> firstInexact; in getInputProfile()
7819 const sp<IOProfile>& profile, const DeviceVector& devices, in openOutputWithProfileAndDevice()