Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java179 public native int[] nativeGetPlayerBufferPeriod(long nativeHandle); in nativeGetPlayerBufferPeriod() method in NativeAudioThread
316 mPlayerBufferPeriod = nativeGetPlayerBufferPeriod(nativeHandle); in run()