Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectConfig.cpp232 auto typeIter = sAudioStreamTypeTable.find(type); in stringToProcessingType() local
233 if (typeIter != sAudioStreamTypeTable.end()) { in stringToProcessingType()
234 return typeIter->second; in stringToProcessingType()
237 auto typeIter = sAudioSourceTable.find(type); in stringToProcessingType() local
238 if (typeIter != sAudioSourceTable.end()) { in stringToProcessingType()
239 return typeIter->second; in stringToProcessingType()