Home
last modified time | relevance | path

Searched refs:ResetDevice (Results 1 – 6 of 6) sorted by relevance

/external/libusb/libusb/os/
Dwindows_usbdk.c109 USBDK_RESET_DEVICE ResetDevice; member
183 usbdk_helper.ResetDevice = (USBDK_RESET_DEVICE)get_usbdk_proc_addr(ctx, "UsbDk_ResetDevice"); in load_usbdk_helper_dll()
184 if (usbdk_helper.ResetDevice == NULL) in load_usbdk_helper_dll()
499 if (!usbdk_helper.ResetDevice(priv->redirector_handle)) { in usbdk_reset_device()
Dwindows_winusb.h854 WinUsb_ResetDevice_t ResetDevice; member
Dwindows_winusb.c2374 WinUSBX_Set(ResetDevice); in winusbx_init()
2969 if (WinUSBX[sub_api].ResetDevice != NULL) { in winusbx_reset_device()
2972 WinUSBX[sub_api].ResetDevice(winusb_handle); in winusbx_reset_device()
Ddarwin_usb.c1464 kresult = (*(dpriv->device))->ResetDevice (dpriv->device); in darwin_reset_device()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h241 int ResetDevice();
Dvideo_render_direct3d9.cc402 int VideoRenderDirect3D9::ResetDevice() in ResetDevice() function in webrtc::VideoRenderDirect3D9
749 ResetDevice(); in ScreenUpdateProcess()