Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dloopback.h68 int* (*getPlayerBufferPeriod)(void *pCtx); member
Djni_native.c165 int* playerBufferPeriod = pInstance->methods->getPlayerBufferPeriod(pInstance->context); in Java_org_drrickorang_loopback_NativeAudioThread_nativeGetPlayerBufferPeriod()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java510 public int[] getPlayerBufferPeriod() { in getPlayerBufferPeriod() method in NativeAudioThread
DLoopbackActivity.java369 mNativePlayerBufferPeriodArray = mNativeAudioThread.getPlayerBufferPeriod();