Home
last modified time | relevance | path

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

/aosp12/system/core/libusbhost/include/usbhost/
H A Dusbhost.h161 size_t usb_device_get_descriptors_length(const struct usb_device* device);
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp68 int numBytes = usb_device_get_descriptors_length(device); in usb_device_added()
/aosp12/system/core/libusbhost/
H A Dusbhost.c466 size_t usb_device_get_descriptors_length(const struct usb_device* device) { in usb_device_get_descriptors_length() function