Searched refs:getStrategyForAttr (Results 1 – 2 of 2) sorted by relevance
165 virtual uint32_t getStrategyForAttr(const audio_attributes_t *attr);
857 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&attributes); in getOutputForAttr()3400 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes); in connectAudioSource()3858 (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes); in getSourceForStrategyOnOutput()4978 uint32_t AudioPolicyManager::getStrategyForAttr(const audio_attributes_t *attr) { in loadConfig() function in android::AudioPolicyManager