Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp39 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
58 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) { in slesInit() argument
75 maxRecordedLateCallbacks, ignoreFirstFrames); in slesInit()
438 short *loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) { in slesCreateServer() argument
590 new int[maxRecordedLateCallbacks], //int* timeStampsMs in slesCreateServer()
591 new short[maxRecordedLateCallbacks], //short* callbackDurations in slesCreateServer()
594 maxRecordedLateCallbacks, //int capacity in slesCreateServer()
599 new int[maxRecordedLateCallbacks], //int* timeStampsMs in slesCreateServer()
600 new short[maxRecordedLateCallbacks], //short* callbackDurations; in slesCreateServer()
603 maxRecordedLateCallbacks, //int capacity in slesCreateServer()
Dloopback_sles.h31 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
Dloopback.h62 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
Djni_native.h34 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames);
Djni_native.c61 jint maxRecordedLateCallbacks, jint ignoreFirstFrames) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit() argument
83 loopbackToneArray, maxRecordedLateCallbacks, ignoreFirstFrames) != STATUS_FAIL) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.h31 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java170 short[] sincTone, int maxRecordedLateCallbacks, in nativeInit() argument