Searched refs:activeInputs (Results 1 – 2 of 2) sorted by relevance
342 Vector<sp <AudioInputDescriptor> > activeInputs; in getActiveInputs() local349 activeInputs.add(inputDescriptor); in getActiveInputs()352 return activeInputs; in getActiveInputs()
1931 Vector<sp<AudioInputDescriptor>> activeInputs = mInputs.getActiveInputs(); in startInput() local1937 for (const auto& activeDesc : activeInputs) { in startInput()1952 activeInputs = mInputs.getActiveInputs(); in startInput()1957 for (const auto& activeDesc : activeInputs) { in startInput()1996 for (const auto& activeDesc : activeInputs) { in startInput()3806 Vector<sp<AudioInputDescriptor> > activeInputs = mInputs.getActiveInputs(); in setRecordSilenced() local3807 for (size_t i = 0; i < activeInputs.size(); i++) { in setRecordSilenced()3808 sp<AudioInputDescriptor> activeDesc = activeInputs[i]; in setRecordSilenced()