Home
last modified time | relevance | path

Searched refs:getOutputFromId (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h600 sp<SwAudioOutputDescriptor> getOutputFromId(audio_port_handle_t id) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp964 sp<SwAudioOutputDescriptor> SwAudioOutputCollection::getOutputFromId(audio_port_handle_t id) const in getOutputFromId() function in android::SwAudioOutputCollection
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5046 sp<SwAudioOutputDescriptor> out = mOutputs.getOutputFromId(port->id); in getAudioPort()
5192 sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(patch->sources[0].id); in createAudioPatchInternal()
5496 sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(patch->sources[0].id); in releaseAudioPatchInternal()
5530 outputDesc = mOutputs.getOutputFromId(patch->sources[1].id); in releaseAudioPatchInternal()
5593 sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(config->id); in setAudioPortConfig()