Searched refs:typeIter (Results 1 – 1 of 1) sorted by relevance
232 auto typeIter = sAudioStreamTypeTable.find(type); in stringToProcessingType() local233 if (typeIter != sAudioStreamTypeTable.end()) { in stringToProcessingType()234 return typeIter->second; in stringToProcessingType()237 auto typeIter = sAudioSourceTable.find(type); in stringToProcessingType() local238 if (typeIter != sAudioSourceTable.end()) { in stringToProcessingType()239 return typeIter->second; in stringToProcessingType()