OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedBufferPeriod
(Results
1 - 2
of
2
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/cpp/
jni_native.c
195
jobject getCallbackTimes(JNIEnv *env, callbackTimeStamps *callbacks, short
expectedBufferPeriod
){
206
callbacks->exceededCapacity,
expectedBufferPeriod
);
215
int
expectedBufferPeriod
= pInstance->methods->getPlayerTimeStampsAndExpectedBufferPeriod(
217
return getCallbackTimes(env, pTSs,
expectedBufferPeriod
);
225
int
expectedBufferPeriod
= pInstance->methods->getRecorderTimeStampsAndExpectedBufferPeriod(
227
return getCallbackTimes(env, pTSs,
expectedBufferPeriod
);
sles.h
104
short
expectedBufferPeriod
;
Completed in 91 milliseconds