HomeSort by relevance Sort by last modified time
    Searched refs:AdbLegacyInterfaceObject (Results 1 - 5 of 5) sorted by null

  /development/host/windows/usb/api/
adb_legacy_interface.h 20 This file consists of declaration of class AdbLegacyInterfaceObject
30 class AdbLegacyInterfaceObject : public AdbInterfaceObject {
36 explicit AdbLegacyInterfaceObject(const wchar_t* interf_name);
44 virtual ~AdbLegacyInterfaceObject();
adb_legacy_interface.cpp 18 This file consists of implementation of class AdbLegacyInterfaceObject
27 AdbLegacyInterfaceObject::AdbLegacyInterfaceObject(const wchar_t* interf_name)
35 AdbLegacyInterfaceObject::~AdbLegacyInterfaceObject() {
38 ADBAPIHANDLE AdbLegacyInterfaceObject::CreateHandle() {
103 bool AdbLegacyInterfaceObject::GetSerialNumber(void* buffer,
171 bool AdbLegacyInterfaceObject::GetEndpointInformation(
212 ADBAPIHANDLE AdbLegacyInterfaceObject::OpenEndpoint(
245 ADBAPIHANDLE AdbLegacyInterfaceObject::OpenEndpoint(
    [all...]
adb_legacy_endpoint_object.h 40 AdbLegacyEndpointObject(AdbLegacyInterfaceObject* parent_interf,
adb_legacy_endpoint_object.cpp 30 AdbLegacyInterfaceObject* parent_interf,
adb_api.cpp 115 obj = new AdbLegacyInterfaceObject(interface_name);

Completed in 55 milliseconds