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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp563 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
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 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 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 DAudioSystem.cpp652 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
664 return aps->getOutputForAttr(attr, output, session, stream,

Completed in 265 milliseconds