FACT++  1.0
JNIEXPORT void JNICALL Java_dim_DimService_setTimestamp ( JNIEnv *  env,
jclass  This,
jint  sid,
jint  secs,
jint  millisecs 
)

Definition at line 1768 of file dim_jni.c.

References dis_set_timestamp, and Java_dim_Memory_dumpInternalData().

Referenced by Java_dim_DimService_setQuality().

1769 {
1770 
1771  if(env){}
1772  if(This){}
1773  dis_set_timestamp(sid, secs, millisecs);
1774  return;
1775 }
#define dis_set_timestamp
Definition: dis.h:23

+ Here is the call graph for this function:

+ Here is the caller graph for this function: