Home
last modified time | relevance | path

Searched refs:ucs2_out (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h158 int usb_device_get_string_ucs2(struct usb_device* device, int id, int timeout, void** ucs2_out,
/aosp14/system/core/libusbhost/
H A Dusbhost.c482 int usb_device_get_string_ucs2(struct usb_device* device, int id, int timeout, void** ucs2_out, in usb_device_get_string_ucs2() argument
490 if (*ucs2_out != NULL) return -1; in usb_device_get_string_ucs2()
519 *ucs2_out = (void*)out; in usb_device_get_string_ucs2()