Searched refs:InstantiateWinUsbInterface (Results 1 - 3 of 3) sorted by relevance

/development/host/windows/usb/winusb/
H A DAdbWinUsbApi.cpp47 AdbInterfaceObject* __cdecl InstantiateWinUsbInterface( function
/development/host/windows/usb/api/
H A DAdbWinApi.cpp29 /// References InstantiateWinUsbInterface declared in adb_api.cpp
30 extern PFN_INSTWINUSBINTERFACE InstantiateWinUsbInterface;
47 /** \brief Loads AdbWinUsbApi.dll and caches its InstantiateWinUsbInterface
53 InstantiateWinUsbInterface routine exported from AdbWinUsbApi.dll
79 // InstantiateWinUsbInterface export.
85 InstantiateWinUsbInterface = reinterpret_cast<PFN_INSTWINUSBINTERFACE>
86 (GetProcAddress(adbwinusbapi_handle_, "InstantiateWinUsbInterface"));
104 // Lets see if we need to initialize InstantiateWinUsbInterface
106 // being attached to the process and InstantiateWinUsbInterface
H A Dadb_api.cpp33 /** \brief Points to InstantiateWinUsbInterface exported from AdbWinUsbApi.dll.
39 PFN_INSTWINUSBINTERFACE InstantiateWinUsbInterface = NULL; variable
118 // is loaded and its InstantiateWinUsbInterface routine address has
120 if (NULL != InstantiateWinUsbInterface) {
121 obj = InstantiateWinUsbInterface(interface_name);

Completed in 76 milliseconds