Searched refs:chanConfig (Results 1 – 1 of 1) sorted by relevance
31 public static int countIndexChannels(int chanConfig) { in countIndexChannels() argument32 return Integer.bitCount(chanConfig & ~0x80000000); in countIndexChannels()