Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java389 int currentParserCount = parserCounter.getOrDefault(fx, 0) + 1; in loadSoundAssets() local
390 parserCounter.put(fx, currentParserCount); in loadSoundAssets()
391 if (currentParserCount > 1) { in loadSoundAssets()