Home
last modified time | relevance | path

Searched refs:writeOnLollipop (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java94 bytesWritten = writeOnLollipop(audioTrack, byteBuffer, sizeInBytes); in run()
124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop() method in WebRtcAudioTrack.AudioTrackThread