Searched refs:AdbInterfaceInfo (Results 1 - 6 of 6) sorted by relevance

/development/host/windows/usb/api/
H A Dadb_interface_enum.h76 bool Next(AdbInterfaceInfo* info, ULONG* size);
H A Dadb_api_private_defines.h66 /// Calculates memory size needed to save this entry into AdbInterfaceInfo
69 return static_cast<ULONG>(FIELD_OFFSET(AdbInterfaceInfo, device_name) +
73 /** \brief Saves this entry into AdbInterfaceInfo structure.
79 void Save(AdbInterfaceInfo* info) const {
H A Dadb_interface_enum.cpp59 bool AdbInterfaceEnumObject::Next(AdbInterfaceInfo* info, ULONG* size) {
H A Dadb_api.h209 } AdbInterfaceInfo; typedef in typeref:struct:_AdbInterfaceInfo
251 AdbInterfaceInfo* info,
H A Dadb_api.cpp70 AdbInterfaceInfo* info,
/development/host/windows/usb/adb_winapi_test/
H A Dadb_winapi_test.cpp105 AdbInterfaceInfo interface_info;
143 AdbInterfaceInfo interface_info;

Completed in 150 milliseconds