Searched refs:ParseInterfaceEndpoint (Results 1 - 2 of 2) sorted by relevance
/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 232 static int32_t ParseInterfaceEndpoint(UsbDdkInterfaceDescriptor &ddkIntfDesc, const uint8_t **buffer, int32_t *size) in ParseInterfaceEndpoint() function 358 ret = ParseInterfaceEndpoint(ddkIntfDesc, &buffer, &size); in ParseInterface() 360 EDM_LOGE(MODULE_USB_DDK, "ParseInterfaceEndpoint, ret less than zero"); in ParseInterface()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api_library.c | 447 static int32_t ParseInterfaceEndpoint(struct UsbRawInterfaceDescriptor *ifp, const uint8_t **buffer, int32_t *size) in ParseInterfaceEndpoint() function 518 ret = ParseInterfaceEndpoint(ifp, &buffer, &size); in ParseInterface() 520 HDF_LOGE("%{public}s: ParseInterfaceEndpoint, ret less than zero", __func__); in ParseInterface()
|
Completed in 4 milliseconds