Home
last modified time | relevance | path

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

/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h213 int usb_device_release_interface(struct usb_device *device, unsigned int interface);
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp124 int ret = usb_device_release_interface(device, interfaceID); in android_hardware_UsbDeviceConnection_release_interface()
/aosp14/system/core/libusbhost/
H A Dusbhost.c608 int usb_device_release_interface(struct usb_device *device, unsigned int interface) in usb_device_release_interface() function