HomeSort by relevance Sort by last modified time
    Searched refs:getCallbackTimes (Results 1 - 3 of 3) sorted by null

  /external/drrickorang/LoopbackApp/app/src/main/jni/
jni_sles.c 144 jobject getCallbackTimes(JNIEnv *env, callbackTimeStamps *callbacks, short expectedBufferPeriod){
163 return getCallbackTimes(env, &(pSles->playerTimeStamps), pSles->expectedBufferPeriod);
170 return getCallbackTimes(env, &(pSles->recorderTimeStamps), pSles->expectedBufferPeriod);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferPeriod.java 142 public BufferCallbackTimes getCallbackTimes(){
LoopbackActivity.java 221 mRecorderCallbackTimes = mRecorderBufferPeriod.getCallbackTimes();
222 mPlayerCallbackTimes = mPlayerBufferPeriod.getCallbackTimes();
269 mRecorderCallbackTimes = mRecorderBufferPeriod.getCallbackTimes();
270 mPlayerCallbackTimes = mPlayerBufferPeriod.getCallbackTimes();
    [all...]

Completed in 61 milliseconds