(long ptr)
| 22 | static native int device_type(long ptr); |
| 23 | static native int device_index(long ptr); |
| 24 | static native String device_stringfy(long ptr); |
| 25 | |
| 26 | static native long device_guard_make(long device); |
| 27 | static native void device_guard_free(long ptr); |