FACT++  1.0
void info_service_callback_with_cleanup ( jobject *  _aDataDecoder,
void *  data,
int *  _size 
)

Definition at line 877 of file dim_jni.c.

References DBGe, decodeData(), and dim_Dbg_INFO_CALLBACK.

Referenced by Java_dim_Client_infoService().

878 {
879  DBGe(dim_Dbg_INFO_CALLBACK) printf("DimJNI: INFO_CALLBACK/ONCE_ONLY(data: %08lx(%08x))\n", (dim_long)dataAddress, *_dataSize);
880 
881  decodeData(_theDataDecoder, dataAddress, _dataSize, 1);
882 
883 }
#define dim_Dbg_INFO_CALLBACK
Definition: dim_jni.h:38
long dim_long
Definition: dim_common.h:57
float data[4 *1440]
#define DBGe(test)
Definition: dim_jni.c:64
void decodeData(jobject *_theDataDecoder, void *dataAddress, int *_dataSize, int cleanup)
Definition: dim_jni.c:838
#define ONCE_ONLY
Definition: dim_common.h:7

+ Here is the call graph for this function:

+ Here is the caller graph for this function: