OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_info_data
(Results
1 - 3
of
3
) sorted by null
/development/host/windows/usb/api/
adb_helper_routines.h
89
play information, and
dev_info_data
, representing a specific usb device,
93
@param[in]
dev_info_data
Device information data obtained via call to
105
PSP_DEVICE_INTERFACE_DATA
dev_info_data
,
111
play information, and
dev_info_data
, representing a specific usb device,
116
@param[in]
dev_info_data
Device information data obtained via call to
123
PSP_DEVICE_INTERFACE_DATA
dev_info_data
,
adb_helper_routines.cpp
180
PSP_DEVICE_INTERFACE_DATA
dev_info_data
,
187
dev_info_data
,
211
dev_info_data
,
227
PSP_DEVICE_INTERFACE_DATA
dev_info_data
,
231
dev_info_data
,
/external/libusb_aah/libusb/os/
windows_usb.c
235
*
dev_info_data
: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
244
HDEVINFO *dev_info, SP_DEVINFO_DATA *
dev_info_data
, char* usb_class, unsigned _index)
253
dev_info_data
->cbSize = sizeof(SP_DEVINFO_DATA);
254
if (!pSetupDiEnumDeviceInfo(*dev_info, _index,
dev_info_data
)) {
271
*
dev_info_data
: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
280
HDEVINFO *dev_info, SP_DEVINFO_DATA *
dev_info_data
, const GUID* guid, unsigned _index)
290
if (
dev_info_data
!= NULL) {
291
dev_info_data
->cbSize = sizeof(SP_DEVINFO_DATA);
292
if (!pSetupDiEnumDeviceInfo(*dev_info, _index,
dev_info_data
)) {
1171
SP_DEVINFO_DATA
dev_info_data
;
local
[
all
...]
Completed in 90 milliseconds