Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.cpp41 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) { in slesInit() argument
59 maxRecordedLateCallbacks, ignoreFirstFrames); in slesInit()
455 short *loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) { in slesCreateServer() argument
601 new int[maxRecordedLateCallbacks], //int* timeStampsMs in slesCreateServer()
602 new short[maxRecordedLateCallbacks], //short* callbackDurations in slesCreateServer()
605 maxRecordedLateCallbacks, //int capacity in slesCreateServer()
610 new int[maxRecordedLateCallbacks], //int* timeStampsMs in slesCreateServer()
611 new short[maxRecordedLateCallbacks], //short* callbackDurations; in slesCreateServer()
614 maxRecordedLateCallbacks, //int capacity in slesCreateServer()
Dsles.h139 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
151 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
Djni_sles.c27 jint maxRecordedLateCallbacks, jint ignoreFirstFrames) { in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() argument
39 loopbackToneArray, maxRecordedLateCallbacks, ignoreFirstFrames) != SLES_FAIL) { in Java_org_drrickorang_loopback_NativeAudioThread_slesInit()
Djni_sles.h30 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames);
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java136 short[] sincTone, int maxRecordedLateCallbacks, in slesInit() argument