Searched refs:dstAttr (Results 1 – 2 of 2) sorted by relevance
1117 status_t getAudioAttributes(audio_attributes_t *dstAttr,
1163 status_t AudioPolicyManager::getAudioAttributes(audio_attributes_t *dstAttr, in getAudioAttributes() argument1175 *dstAttr = *srcAttr; in getAudioAttributes()1181 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()1187 dstAttr->flags = static_cast<audio_flags_mask_t>( in getAudioAttributes()1188 dstAttr->flags & ~AUDIO_FLAG_AUDIBILITY_ENFORCED); in getAudioAttributes()