OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFN_INSTWINUSBINTERFACE
(Results
1 - 3
of
3
) sorted by null
/development/host/windows/usb/api/
adb_winusb_api.h
46
(__cdecl *
PFN_INSTWINUSBINTERFACE
)(const wchar_t*);
AdbWinApi.cpp
30
extern
PFN_INSTWINUSBINTERFACE
InstantiateWinUsbInterface;
85
InstantiateWinUsbInterface = reinterpret_cast<
PFN_INSTWINUSBINTERFACE
>
adb_api.cpp
37
@see
PFN_INSTWINUSBINTERFACE
for more information.
39
PFN_INSTWINUSBINTERFACE
InstantiateWinUsbInterface = NULL;
Completed in 180 milliseconds