Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java381 int currentParserCount = parserCounter.getOrDefault(fx, 0) + 1; in loadSoundAssets() local
382 parserCounter.put(fx, currentParserCount); in loadSoundAssets()
383 if (currentParserCount > 1) { in loadSoundAssets()