OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interf_name
(Results
1 - 9
of
9
) sorted by null
/development/host/windows/usb/api/
adb_interface.cpp
25
AdbInterfaceObject::AdbInterfaceObject(const wchar_t*
interf_name
)
27
interface_name_(
interf_name
) {
28
ATLASSERT(NULL !=
interf_name
);
adb_interface.h
40
@param[in]
interf_name
Name of the interface
42
explicit AdbInterfaceObject(const wchar_t*
interf_name
);
adb_legacy_interface.h
34
@param[in]
interf_name
Name of the interface
36
explicit AdbLegacyInterfaceObject(const wchar_t*
interf_name
);
adb_legacy_interface.cpp
27
AdbLegacyInterfaceObject::AdbLegacyInterfaceObject(const wchar_t*
interf_name
)
28
: AdbInterfaceObject(
interf_name
),
/development/host/windows/usb/winusb/
adb_winusb_interface.h
34
@param[in]
interf_name
Name of the interface
36
explicit AdbWinUsbInterfaceObject(const wchar_t*
interf_name
);
adb_winusb_interface.cpp
27
AdbWinUsbInterfaceObject::AdbWinUsbInterfaceObject(const wchar_t*
interf_name
)
28
: AdbInterfaceObject(
interf_name
),
/system/core/adb/
usb_windows.c
453
char
interf_name
[2048];
local
470
for(copy_name =
interf_name
;
478
if (!known_device(
interf_name
)) {
484
D("adding a new device %s\n",
interf_name
);
495
D("register_new_device failed for %s\n",
interf_name
);
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
318
char
interf_name
[512];
319
unsigned long name_size = sizeof(
interf_name
);
320
if (!AdbGetInterfaceName(adb_interface,
interf_name
, &name_size, true)) {
326
printf("\n\nDeviceHandShake on %s",
interf_name
);
317
char
interf_name
[512];
local
/system/core/fastboot/
usb_windows.c
324
char
interf_name
[2048];
local
341
for(copy_name =
interf_name
;
Completed in 716 milliseconds