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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPolicyMix.cpp168 status_t AudioPolicyMixCollection::getOutputForAttr(audio_attributes_t attributes, uid_t uid, function in class:android::AudioPolicyMixCollection
171 ALOGV("getOutputForAttr() querying %zu mixes:", size());
194 ALOGV(" getOutputForAttr: mix %zu: inspecting mix criteria %zu of %zu",
248 ALOGE("getOutputForAttr: invalid combination of RULE_MATCH_ATTRIBUTE_USAGE"
253 ALOGE("getOutputForAttr: invalid combination of RULE_MATCH_UID"
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp168 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
182 ALOGV("getOutputForAttr()");
193 status_t result = mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid,
207 result = mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid,
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp863 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
876 return aps->getOutputForAttr(attr, output, session, stream, pid, uid,
H A DIAudioPolicyService.cpp176 virtual status_t getOutputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
191 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
195 ALOGE("getOutputForAttr unspecified stream type");
200 ALOGE("getOutputForAttr NULL output - shouldn't happen");
204 ALOGE("getOutputForAttr NULL selectedDeviceId - shouldn't happen");
208 ALOGE("getOutputForAttr NULL portId - shouldn't happen");
1064 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp782 // Note that related method getOutputForAttr() uses getOutputForDevice() not selectOutput().
795 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
808 ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]",
816 ALOGE("getOutputForAttr(): invalid stream type");
828 if (mPolicyMixes.getOutputForAttr(attributes, uid, desc) == NO_ERROR) {
829 ALOG_ASSERT(desc != 0, "Invalid desc returned by getOutputForAttr");
835 ALOGV("getOutputForAttr() returns output %d", *output);
839 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
843 ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x"
864 ALOGV("getOutputForAttr() devic
[all...]

Completed in 153 milliseconds