HomeSort by relevance Sort by last modified time
    Searched defs:AdbLegacyInterfaceObject (Results 1 - 2 of 2) 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...]

Completed in 810 milliseconds