OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstantiateWinUsbInterface
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/winusb/
AdbWinUsbApi.cpp
47
AdbInterfaceObject* __cdecl
InstantiateWinUsbInterface
(
/development/host/windows/usb/api/
adb_api.cpp
33
/** \brief Points to
InstantiateWinUsbInterface
exported from AdbWinUsbApi.dll.
39
PFN_INSTWINUSBINTERFACE
InstantiateWinUsbInterface
= NULL;
118
// is loaded and its
InstantiateWinUsbInterface
routine address has
120
if (NULL !=
InstantiateWinUsbInterface
) {
121
obj =
InstantiateWinUsbInterface
(interface_name);
Completed in 18 milliseconds