Searched refs:getOutputForAttr (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyMix.h74 status_t getOutputForAttr(audio_attributes_t attributes, uid_t uid,
/frameworks/av/include/media/
H A DIAudioPolicyService.h64 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h220 static status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h64 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h220 static status_t getOutputForAttr(const audio_attributes_t *attr,
/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,
H A DAudioPolicyService.h78 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h118 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
/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/managerdefault/
H A DAudioPolicyManager.h112 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
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...]
/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,
H A DAudioTrack.cpp1330 status = AudioSystem::getOutputForAttr(attr, &output,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp305 ret = AudioSystem::getOutputForAttr(attr, &io,
H A DThreads.cpp7673 ret = AudioSystem::getOutputForAttr(&mAttr, &io,

Completed in 438 milliseconds