Searched refs:interf_name (Results 1 – 7 of 7) sorted by relevance
25 AdbInterfaceObject::AdbInterfaceObject(const wchar_t* interf_name) in AdbInterfaceObject() argument27 interface_name_(interf_name) { in AdbInterfaceObject()28 ATLASSERT(NULL != interf_name); in AdbInterfaceObject()
36 explicit AdbLegacyInterfaceObject(const wchar_t* interf_name);
42 explicit AdbInterfaceObject(const wchar_t* interf_name);
27 AdbLegacyInterfaceObject::AdbLegacyInterfaceObject(const wchar_t* interf_name) in AdbLegacyInterfaceObject() argument28 : AdbInterfaceObject(interf_name), in AdbLegacyInterfaceObject()
36 explicit AdbWinUsbInterfaceObject(const wchar_t* interf_name);
27 AdbWinUsbInterfaceObject::AdbWinUsbInterfaceObject(const wchar_t* interf_name) in AdbWinUsbInterfaceObject() argument28 : AdbInterfaceObject(interf_name), in AdbWinUsbInterfaceObject()
463 char interf_name[512]; in DeviceHandShake() local464 unsigned long name_size = sizeof(interf_name); in DeviceHandShake()465 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) { in DeviceHandShake()471 printf("\n\nDeviceHandShake on %s", interf_name); in DeviceHandShake()