Searched refs:afb (Results 1 – 2 of 2) sorted by relevance
387 AudioFormat.Builder afb = new AudioFormat.Builder() in setSoundWithResId() local394 .setAudioFormat(afb.build()) in setSoundWithResId()
1918 AudioFormat.Builder afb = new AudioFormat.Builder() in playOnceStreamByteBuffer() local1922 afb.setChannelIndexMask(testChannelMask); in playOnceStreamByteBuffer()1924 afb.setChannelMask(testChannelMask); in playOnceStreamByteBuffer()1926 final AudioFormat format = afb.build(); in playOnceStreamByteBuffer()