Searched defs:AdbEndpointObject (Results 1 - 2 of 2) sorted by relevance

/development/host/windows/usb/api/
H A Dadb_endpoint_object.cpp18 This file consists of implementation of class AdbEndpointObject that
25 AdbEndpointObject::AdbEndpointObject(AdbInterfaceObject* parent_interf, function in class:AdbEndpointObject
36 AdbEndpointObject::~AdbEndpointObject() {
41 bool AdbEndpointObject::GetEndpointInformation(AdbEndpointInformation* info) {
50 ADBAPIHANDLE AdbEndpointObject::AsyncRead(void* buffer,
63 ADBAPIHANDLE AdbEndpointObject::AsyncWrite(void* buffer,
76 bool AdbEndpointObject::SyncRead(void* buffer,
87 bool AdbEndpointObject
[all...]
H A Dadb_endpoint_object.h20 This file consists of declaration of class AdbEndpointObject that
26 /** Class AdbEndpointObject encapsulates a handle opened to an endpoint on
32 class ADBWIN_API_CLASS AdbEndpointObject : public AdbObjectHandle { class in inherits:AdbObjectHandle
43 AdbEndpointObject(AdbInterfaceObject* parent_interf,
53 virtual ~AdbEndpointObject();

Completed in 226 milliseconds