Searched defs:channelMask (Results 1 – 2 of 2) sorted by relevance
197 public static int outChannelMaskFromInChannelMask(int channelMask) { in outChannelMaskFromInChannelMask()214 public AudioRecordAudit(int audioSource, int sampleRate, int channelMask, in AudioRecordAudit()220 public AudioRecordAudit(int audioSource, int sampleRate, int channelMask, in AudioRecordAudit()
318 String channelMask = Integer.toHexString(CHANNEL_MASKS[i]).toUpperCase(); in test4_0FormatModeQuery() local