Searched refs:inputDesc (Results 1 – 4 of 4) sorted by relevance
97 EffectVector *inputDesc; in addInputEffects() local99 inputDesc = new EffectVector(audioSession); in addInputEffects()100 mInputs.add(input, inputDesc); in addInputEffects()103 inputDesc = mInputs.valueAt(idx); in addInputEffects()105 inputDesc->mRefCount++; in addInputEffects()107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount); in addInputEffects()108 if (inputDesc->mRefCount == 1) { in addInputEffects()126 inputDesc->mEffects.add(fx); in addInputEffects()128 inputDesc->setProcessorEnabled(true); in addInputEffects()143 EffectVector *inputDesc = mInputs.valueAt(index); in releaseInputEffects() local[all …]
1599 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile); in getInputForAttr() local1600 inputDesc->mInputSource = inputSource; in getInputForAttr()1601 inputDesc->mRefCount = 0; in getInputForAttr()1602 inputDesc->mOpenRefCount = 1; in getInputForAttr()1603 inputDesc->mSamplingRate = samplingRate; in getInputForAttr()1604 inputDesc->mFormat = format; in getInputForAttr()1605 inputDesc->mChannelMask = channelMask; in getInputForAttr()1606 inputDesc->mDevice = device; in getInputForAttr()1607 inputDesc->mSessions.add(session); in getInputForAttr()1608 inputDesc->mIsSoundTrigger = isSoundTrigger; in getInputForAttr()[all …]
580 void addInput(audio_io_handle_t input, sp<AudioInputDescriptor> inputDesc);
187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate() local188 pModule.getScript().sectionMap().insert(inputDesc, *this); in activate()