Searched refs:audioUsage (Results 1 – 1 of 1) sorted by relevance
250 static @AudioContext int getContextForUsage(@AttributeUsage int audioUsage) { in getContextForUsage() argument251 return USAGE_TO_CONTEXT.get(audioUsage, INVALID); in getContextForUsage()