Loading core/java/android/hardware/usb/UsbDeviceConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public class UsbDeviceConnection { * @return length of data transferred (or zero) for success, * or negative value for failure * * @deprecate Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)} * @deprecated Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)} * which accepts a buffer start index. */ @Deprecated Loading Loading @@ -166,7 +166,7 @@ public class UsbDeviceConnection { * @return length of data transferred (or zero) for success, * or negative value for failure * * @deprecate Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)} * @deprecated Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)} * which accepts a buffer start index. */ @Deprecated Loading Loading
core/java/android/hardware/usb/UsbDeviceConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public class UsbDeviceConnection { * @return length of data transferred (or zero) for success, * or negative value for failure * * @deprecate Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)} * @deprecated Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)} * which accepts a buffer start index. */ @Deprecated Loading Loading @@ -166,7 +166,7 @@ public class UsbDeviceConnection { * @return length of data transferred (or zero) for success, * or negative value for failure * * @deprecate Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)} * @deprecated Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)} * which accepts a buffer start index. */ @Deprecated Loading