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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyMix.h72 status_t getOutputForAttr(audio_attributes_t attributes, sp<SwAudioOutputDescriptor> &desc);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPolicyMix.cpp101 status_t AudioPolicyMixCollection::getOutputForAttr(audio_attributes_t attributes, function in class:android::AudioPolicyMixCollection
/frameworks/av/include/media/
H A DIAudioPolicyService.h61 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h202 static status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h106 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp149 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
175 return mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid, samplingRate,
H A DAudioPolicyInterfaceImplLegacy.cpp565 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
H A DAudioPolicyService.h79 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h109 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.cpp664 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
679 ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]",
687 ALOGE("getOutputForAttr(): invalid stream type");
693 if (mPolicyMixes.getOutputForAttr(attributes, desc) == NO_ERROR) {
694 ALOG_ASSERT(desc != 0, "Invalid desc returned by getOutputForAttr");
700 ALOGV("getOutputForAttr() returns output %d", *output);
704 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
708 ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x"
732 ALOGV("getOutputForAttr() device 0x%x, samplingRate %d, format %x, channelMask %x, flags %x",
1914 // When playback starts, getOutputForAttr() wil
[all...]
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp762 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
776 return aps->getOutputForAttr(attr, output, session, stream, uid,
H A DIAudioPolicyService.cpp171 virtual status_t getOutputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
187 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
191 ALOGE("getOutputForAttr unspecified stream type");
196 ALOGE("getOutputForAttr NULL output - shouldn't happen");
881 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
H A DAudioTrack.cpp1133 status = AudioSystem::getOutputForAttr(attr, &output,

Completed in 1423 milliseconds