OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardware_dev_info
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/api/
adb_helper_routines.h
46
@param[in]
hardware_dev_info
A handle to hardware device information obtained
58
bool EnumerateDeviceInterfaces(HDEVINFO
hardware_dev_info
,
88
Given the
hardware_dev_info
, representing a handle to the plug and
91
@param[in]
hardware_dev_info
A handle to hardware device information obtained
104
bool GetUsbDeviceDetails(HDEVINFO
hardware_dev_info
,
110
Given the
hardware_dev_info
, representing a handle to the plug and
114
@param[in]
hardware_dev_info
A handle to hardware device information obtained
122
bool GetUsbDeviceName(HDEVINFO
hardware_dev_info
,
adb_helper_routines.cpp
83
bool EnumerateDeviceInterfaces(HDEVINFO
hardware_dev_info
,
101
if (SetupDiEnumDeviceInterfaces(
hardware_dev_info
,
111
if (GetUsbDeviceName(
hardware_dev_info
, &interface_data, &dev_name)) {
153
HDEVINFO
hardware_dev_info
=
local
158
if (INVALID_HANDLE_VALUE !=
hardware_dev_info
) {
160
ret = EnumerateDeviceInterfaces(
hardware_dev_info
,
166
// Preserve last error accross
hardware_dev_info
destruction
169
SetupDiDestroyDeviceInfoList(
hardware_dev_info
);
179
HDEVINFO
hardware_dev_info
,
186
if (SetupDiGetDeviceInterfaceDetail(
hardware_dev_info
,
[
all
...]
Completed in 1125 milliseconds