Searched refs:OH_Usb_ReleaseInterface (Results 1 – 12 of 12) sorted by relevance
29 | OH_Usb_ReleaseInterface(uint64_t interfaceHandle) | 释放接口。 |145 …用 **usb_ddk_api.h** 的 **OH_Usb_DestroyDeviceMemMap** 接口销毁缓冲区。使用**OH_Usb_ReleaseInterface**释放接口。使用*…151 OH_Usb_ReleaseInterface(interfaceHandle);
29 | OH_Usb_ReleaseInterface(uint64_t interfaceHandle) | Releases a USB interface.|145 …eviceMemMap** of **usb_ddk_api.h** to destroy the buffer, call **OH_Usb_ReleaseInterface** to rele…151 OH_Usb_ReleaseInterface(interfaceHandle);
59 | [OH_Usb_ReleaseInterface](#oh_usb_releaseinterface) (uint64_t [interfaceHandle](usb__ddk__types_8…350 ### OH_Usb_ReleaseInterface()353 int32_t OH_Usb_ReleaseInterface (uint64_t interfaceHandle)
30 | [OH_Usb_ReleaseInterface](_usb_ddk.md#oh_usb_releaseinterface) (uint64_t [interfaceHand…
129 int32_t OH_Usb_ReleaseInterface(uint64_t interfaceHandle);
116 int32_t OH_Usb_ReleaseInterface(uint64_t interfaceHandle) in OH_Usb_ReleaseInterface() function
66 int32_t returnValue = OH_Usb_ReleaseInterface(0); in UsbReleaseInterface()
167 * @tc.desc : OH_Usb_ReleaseInterface Interface testing
319 * @tc.desc : OH_Usb_ReleaseInterface Interface testing
253 int32_t returnValue = OH_Usb_ReleaseInterface(g_interfaceHandle); in UsbReleaseInterface()