Home | History | Annotate | Download | only in adxl335

Lines Matching refs:typemap

13 %typemap(jni) float* "jfloatArray"
14 %typemap(jstype) float* "float[]"
15 %typemap(jtype) float* "float[]"
17 %typemap(javaout) float* {
21 %typemap(out) float *acceleration {
26 %typemap(jni) int* "jintArray"
27 %typemap(jstype) int* "int[]"
28 %typemap(jtype) int* "int[]"
30 %typemap(javaout) int* {
34 %typemap(out) int *values {