Home
last modified time | relevance | path

Searched refs:AdbLegacyInterfaceObject (Results 1 – 5 of 5) sorted by relevance

/development/host/windows/usb/api/
Dadb_legacy_interface.cpp27 AdbLegacyInterfaceObject::AdbLegacyInterfaceObject(const wchar_t* interf_name) in AdbLegacyInterfaceObject() function in AdbLegacyInterfaceObject
35 AdbLegacyInterfaceObject::~AdbLegacyInterfaceObject() { in ~AdbLegacyInterfaceObject()
38 ADBAPIHANDLE AdbLegacyInterfaceObject::CreateHandle() { in CreateHandle()
103 bool AdbLegacyInterfaceObject::GetSerialNumber(void* buffer, in GetSerialNumber()
171 bool AdbLegacyInterfaceObject::GetEndpointInformation( in GetEndpointInformation()
212 ADBAPIHANDLE AdbLegacyInterfaceObject::OpenEndpoint( in OpenEndpoint()
245 ADBAPIHANDLE AdbLegacyInterfaceObject::OpenEndpoint( in OpenEndpoint()
281 bool AdbLegacyInterfaceObject::CacheUsbDeviceDescriptor( in CacheUsbDeviceDescriptor()
296 bool AdbLegacyInterfaceObject::CacheUsbConfigurationDescriptor( in CacheUsbConfigurationDescriptor()
311 bool AdbLegacyInterfaceObject::CacheUsbInterfaceDescriptor( in CacheUsbInterfaceDescriptor()
Dadb_legacy_interface.h30 class AdbLegacyInterfaceObject : public AdbInterfaceObject {
36 explicit AdbLegacyInterfaceObject(const wchar_t* interf_name);
44 virtual ~AdbLegacyInterfaceObject();
Dadb_legacy_endpoint_object.h40 AdbLegacyEndpointObject(AdbLegacyInterfaceObject* parent_interf,
Dadb_legacy_endpoint_object.cpp30 AdbLegacyInterfaceObject* parent_interf, in AdbLegacyEndpointObject()
Dadb_api.cpp115 obj = new AdbLegacyInterfaceObject(interface_name); in AdbCreateInterfaceByName()