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.cpp163 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
185 return mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid,
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp837 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
849 return aps->getOutputForAttr(attr, output, session, stream, uid,
H A DIAudioPolicyService.cpp189 virtual status_t getOutputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
203 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
207 ALOGE("getOutputForAttr unspecified stream type");
212 ALOGE("getOutputForAttr NULL output - shouldn't happen");
216 ALOGE("getOutputForAttr NULL selectedDeviceId - shouldn't happen");
220 ALOGE("getOutputForAttr NULL portId - shouldn't happen");
980 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp770 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
783 ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]",
791 ALOGE("getOutputForAttr(): invalid stream type");
803 if (mPolicyMixes.getOutputForAttr(attributes, uid, desc) == NO_ERROR) {
804 ALOG_ASSERT(desc != 0, "Invalid desc returned by getOutputForAttr");
810 ALOGV("getOutputForAttr() returns output %d", *output);
814 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
818 ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x"
844 ALOGV("getOutputForAttr() device 0x%x, samplingRate %d, format %x, channelMask %x, flags %x",
859 ALOGV(" getOutputForAttr() return
[all...]

Completed in 200 milliseconds