Home
last modified time | relevance | path

Searched refs:inputDesc (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1919 sp<AudioInputDescriptor> inputDesc; in getInputForAttr() local
1947 sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); in getInputForAttr() local
1948 RecordClientVector clients = inputDesc->getClientsForSession(session); in getInputForAttr()
1976 device = inputDesc->getDevice(); in getInputForAttr()
2057 inputDesc = mInputs.valueFor(*input); in getInputForAttr()
2058 inputDesc->addClient(clientDesc); in getInputForAttr()
2168 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); in getInputForDevice() local
2175 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()
2186 inputDesc->close(); in getInputForDevice()
2191 inputDesc->mPolicyMix = policyMix; in getInputForDevice()
[all …]
DAudioPolicyManager.h411 void addInput(audio_io_handle_t input, const sp<AudioInputDescriptor>& inputDesc);
566 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp577 sp<AudioInputDescriptor> inputDesc = valueAt(i); in getInputForClient() local
578 if (inputDesc->getClient(portId) != nullptr) { in getInputForClient()
579 return inputDesc; in getInputForClient()
589 sp<AudioInputDescriptor> inputDesc = valueAt(i); in trackEffectEnabled() local
590 if (inputDesc->mIoHandle == effect->mIo) { in trackEffectEnabled()
591 return inputDesc->trackEffectEnabled(effect, enabled); in trackEffectEnabled()
600 sp<AudioInputDescriptor> inputDesc = valueAt(i); in clearSessionRoutesForDevice() local
601 for (const auto& client : inputDesc->getClientIterable()) { in clearSessionRoutesForDevice()
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate() local
188 pModule.getScript().sectionMap().insert(inputDesc, *this); in activate()