Home
last modified time | relevance | path

Searched refs:usb_device_new (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h111 struct usb_device *usb_device_new(const char *dev_name, int fd);
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp56 struct usb_device* device = usb_device_new(deviceNameStr, fd); in android_hardware_UsbDeviceConnection_open()
/aosp14/system/core/libusbhost/
H A Dusbhost.c352 struct usb_device* result = usb_device_new(dev_name, fd); in usb_device_open()
364 struct usb_device *usb_device_new(const char *dev_name, int fd) in usb_device_new() function