Searched refs:createSoundDataInShortByteBuffer (Results 1 – 2 of 2) sorted by relevance
34 import static android.media.cts.AudioHelper.createSoundDataInShortByteBuffer;805 ByteBuffer audioData = createSoundDataInShortByteBuffer(bufferSizeInBytes, in initializeAudioTrack()
110 public static ByteBuffer createSoundDataInShortByteBuffer(int bufferSamples, in createSoundDataInShortByteBuffer() method in AudioHelper