OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantiateWinUsbInterface
(Results
1 - 3
of
3
) sorted by null
/development/host/windows/usb/api/
AdbWinApi.cpp
29
/// 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
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);
/development/host/windows/usb/winusb/
AdbWinUsbApi.cpp
47
AdbInterfaceObject* __cdecl
InstantiateWinUsbInterface
(
Completed in 125 milliseconds