Home | History | Annotate | Download | only in api

Lines Matching defs:AdbEndpointObject

18   This file consists of implementation of class AdbEndpointObject that

25 AdbEndpointObject::AdbEndpointObject(AdbInterfaceObject* parent_interf,
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::SyncWrite(void* buffer,