Searched refs:maxRecordedLateCallbacks (Results 1 – 5 of 5) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | sles.cpp | 41 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()
|
D | sles.h | 139 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames); 151 short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames);
|
D | jni_sles.c | 27 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()
|
D | jni_sles.h | 30 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames);
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | NativeAudioThread.java | 136 short[] sincTone, int maxRecordedLateCallbacks, in slesInit() argument
|