Searched refs:maxRecordedLateCallbacks (Results 1 – 7 of 7) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 39 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()
|
D | loopback_sles.h | 31 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
|
D | loopback.h | 62 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
|
D | jni_native.h | 34 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames);
|
D | jni_native.c | 61 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/ |
D | loopback2.h | 31 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | NativeAudioThread.java | 170 short[] sincTone, int maxRecordedLateCallbacks, in nativeInit() argument
|