根据文档http://developer.android.com/reference/android/hardware/usb/UsbDeviceConnection.html#getFileDescriptor()返回可以在本机代码中使用的文件描述符。我如何将它传递给本机代码(至于子进程或通过 JNI)?
问问题
1135 次
根据文档http://developer.android.com/reference/android/hardware/usb/UsbDeviceConnection.html#getFileDescriptor()返回可以在本机代码中使用的文件描述符。我如何将它传递给本机代码(至于子进程或通过 JNI)?