-
Methods in org.robovm.libimobiledevice.binding with parameters of type LongOut
| Modifier and Type |
Method |
Description |
static AfcError |
LibIMobileDevice.afc_file_open(AfcClientRef client,
java.lang.String filename,
AfcFileMode file_mode,
LongOut handle) |
|
static int |
LibIMobileDeviceJNI.afc_file_open(long jarg1,
AfcClientRef jarg1_,
java.lang.String jarg2,
int jarg3,
long jarg4,
LongOut jarg4_) |
|
static AfcError |
LibIMobileDevice.afc_file_tell(AfcClientRef client,
long handle,
LongOut position) |
|
static int |
LibIMobileDeviceJNI.afc_file_tell(long jarg1,
AfcClientRef jarg1_,
long jarg2,
long jarg3,
LongOut jarg3_) |
|
protected static long |
LongOut.getCPtr(LongOut obj) |
|
static void |
LibIMobileDevice.instproxy_status_get_current_list(PlistRef status,
LongOut total,
LongOut current_index,
LongOut current_amount,
PlistRefOut list) |
|
static void |
LibIMobileDeviceJNI.instproxy_status_get_current_list(long jarg1,
PlistRef jarg1_,
long jarg2,
LongOut jarg2_,
long jarg3,
LongOut jarg3_,
long jarg4,
LongOut jarg4_,
long jarg5,
PlistRefOut jarg5_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_status_get_error(PlistRef status,
StringOut name,
StringOut description,
LongOut code) |
|
static int |
LibIMobileDeviceJNI.instproxy_status_get_error(long jarg1,
PlistRef jarg1_,
long jarg2,
StringOut jarg2_,
long jarg3,
StringOut jarg3_,
long jarg4,
LongOut jarg4_) |
|
static long |
LibIMobileDeviceJNI.LongOut_value_get(long jarg1,
LongOut jarg1_) |
|