Home
last modified time | relevance | path

Searched refs:usb_device_bulk_transfer (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c41 ret = usb_device_bulk_transfer(sDevice, endpoint, buffer, sizeof(buffer), 1000); in read_thread()
63 ret = usb_device_bulk_transfer(sDevice, endpoint, line, strlen(line), 1000); in write_thread()
/aosp14/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c51 ret = usb_device_bulk_transfer(current_device, read_ep, buffer, sizeof(buffer), 1000); in read_thread()
72 ret = usb_device_bulk_transfer(current_device, write_ep, line, strlen(line), 1000); in write_thread()
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h242 int usb_device_bulk_transfer(struct usb_device *device,
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp198 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes + start, length, timeout); in android_hardware_UsbDeviceConnection_bulk_request()
/aosp14/system/core/libusbhost/
H A Dusbhost.c665 int usb_device_bulk_transfer(struct usb_device *device, in usb_device_bulk_transfer() function