Searched refs:RECORD_CHANNEL_MASK (Results 1 – 2 of 2) sorted by relevance
89 final int RECORD_CHANNEL_MASK = AudioFormat.CHANNEL_IN_STEREO; in testSynchronizedRecord() local94 .setChannelMask(RECORD_CHANNEL_MASK) in testSynchronizedRecord()154 AudioFormat.channelCountFromInChannelMask(RECORD_CHANNEL_MASK); in testSynchronizedRecord()
691 final int RECORD_CHANNEL_MASK = AudioFormat.CHANNEL_IN_STEREO; in testTimestamp() local696 .setChannelMask(RECORD_CHANNEL_MASK) in testTimestamp()705 AudioFormat.channelCountFromInChannelMask(RECORD_CHANNEL_MASK); in testTimestamp()849 final int RECORD_CHANNEL_MASK = AudioFormat.CHANNEL_IN_MONO; in testMediaMetrics() local853 .setChannelMask(RECORD_CHANNEL_MASK) in testMediaMetrics()873 new Integer(AudioFormat.channelCountFromInChannelMask(RECORD_CHANNEL_MASK))); in testMediaMetrics()880 new Long(RECORD_CHANNEL_MASK)); in testMediaMetrics()