Searched refs:getOutputProfiles (Results 1 – 4 of 4) sorted by relevance
279 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()373 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice()417 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
746 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
67 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
822 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()1305 const OutputProfileCollection &outputProfiles = deviceModule->getOutputProfiles(); in getBestMsdAudioProfileFor()4258 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()4486 for (const auto& outProfile : hwModule->getOutputProfiles()) { in onNewAudioModulesAvailableInt()4650 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()4651 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()4817 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()4818 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()