OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AdbEndpointObject
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/api/
adb_endpoint_object.cpp
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,
[
all
...]
adb_endpoint_object.h
20
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 {
43
AdbEndpointObject
(AdbInterfaceObject* parent_interf,
53
virtual ~
AdbEndpointObject
();
Completed in 480 milliseconds