Searched defs:getOutputForAttr (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPolicyMix.cpp107 status_t AudioPolicyMixCollection::getOutputForAttr(audio_attributes_t attributes, uid_t uid, function in class:android::AudioPolicyMixCollection
110 ALOGV("getOutputForAttr() querying %zu mixes:", size());
133 ALOGV(" getOutputForAttr: mix %zu: inspecting mix criteria %zu of %zu",
187 ALOGE("getOutputForAttr: invalid combination of RULE_MATCH_ATTRIBUTE_USAGE"
192 ALOGE("getOutputForAttr: invalid combination of RULE_MATCH_UID"
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp149 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
173 return mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid, samplingRate,
H A DAudioPolicyInterfaceImplLegacy.cpp566 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp790 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
804 return aps->getOutputForAttr(attr, output, session, stream, uid,
H A DIAudioPolicyService.cpp173 virtual status_t getOutputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
189 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
193 ALOGE("getOutputForAttr unspecified stream type");
198 ALOGE("getOutputForAttr NULL output - shouldn't happen");
916 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp685 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
700 ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]",
708 ALOGE("getOutputForAttr(): invalid stream type");
714 if (mPolicyMixes.getOutputForAttr(attributes, uid, desc) == NO_ERROR) {
715 ALOG_ASSERT(desc != 0, "Invalid desc returned by getOutputForAttr");
721 ALOGV("getOutputForAttr() returns output %d", *output);
725 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
729 ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x"
753 ALOGV("getOutputForAttr() device 0x%x, samplingRate %d, format %x, channelMask %x, flags %x",
2040 // When playback starts, getOutputForAttr() wil
[all...]

Completed in 180 milliseconds