HomeSort by relevance Sort by last modified time
    Searched defs:AdbLegacyEndpointObject (Results 1 - 2 of 2) sorted by null

  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 20 This file consists of declaration of class AdbLegacyEndpointObject that
31 class AdbLegacyEndpointObject : public AdbEndpointObject {
40 AdbLegacyEndpointObject(AdbLegacyInterfaceObject* parent_interf,
50 virtual ~AdbLegacyEndpointObject();
adb_legacy_endpoint_object.cpp 18 This file consists of implementation of class AdbLegacyEndpointObject that
29 AdbLegacyEndpointObject::AdbLegacyEndpointObject(
37 AdbLegacyEndpointObject::~AdbLegacyEndpointObject() {
43 ADBAPIHANDLE AdbLegacyEndpointObject::CommonAsyncReadWrite(
128 bool AdbLegacyEndpointObject::CommonSyncReadWrite(bool is_read,
191 ADBAPIHANDLE AdbLegacyEndpointObject::CreateHandle(
230 bool AdbLegacyEndpointObject::CloseHandle() {

Completed in 133 milliseconds