Searched refs:getOutputProfiles (Results 1 – 7 of 7) sorted by relevance
290 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()408 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice()451 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
801 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST()
41 for (const auto& ioProfile : module->getOutputProfiles()) { in generateOutputDeviceConfigParameters()
210 for (const auto& curProfile : hwModule->getOutputProfiles()) { in convertSpatializerFlag()
71 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
897 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()932 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSpatializerOutputProfile()1534 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()3195 j < module->getOutputProfiles().size() && !foundOutput && res == NO_ERROR; in registerPolicyMixes()3197 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()4773 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()5196 for (const auto& outProfile : hwModule->getOutputProfiles()) { in onNewAudioModulesAvailableInt()5376 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()5377 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()5470 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()[all …]