Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DAudioUtils.java30 public static int countIndexChannels(int chanConfig) { in countIndexChannels() argument
31 return Integer.bitCount(chanConfig & ~0x80000000); in countIndexChannels()