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

/frameworks/av/include/media/
H A DIAudioPolicyService.h60 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h219 static status_t getOutputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h104 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyInterfaceImpl.cpp144 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
159 return mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, samplingRate,
H A DAudioPolicyInterfaceImplLegacy.cpp563 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
H A DAudioPolicyService.h76 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.h91 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.cpp887 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
900 ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]",
908 ALOGE("getOutputForAttr(): invalid stream type");
949 ALOGV("getOutputForAttr() returns output %d", *output);
954 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
958 ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x",
968 ALOGV("getOutputForAttr() device 0x%x, samplingRate %d, format %x, channelMask %x, flags %x",
2135 // When playback starts, getOutputForAttr() will:
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp652 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
664 return aps->getOutputForAttr(attr, output, session, stream,
H A DIAudioPolicyService.cpp166 virtual status_t getOutputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
180 ALOGE("getOutputForAttr(): NULL audio attributes and stream type");
184 ALOGE("getOutputForAttr unspecified stream type");
189 ALOGE("getOutputForAttr NULL output - shouldn't happen");
820 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
H A DAudioTrack.cpp941 status_t status = AudioSystem::getOutputForAttr(attr, &output,

Completed in 280 milliseconds