OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AdbInterfaceObject
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/api/
adb_interface.cpp
18
This file consists of implementation of class
AdbInterfaceObject
that
25
AdbInterfaceObject
::
AdbInterfaceObject
(const wchar_t* interf_name)
31
AdbInterfaceObject
::~
AdbInterfaceObject
() {
34
bool
AdbInterfaceObject
::GetInterfaceName(void* buffer,
68
bool
AdbInterfaceObject
::GetUsbDeviceDescriptor(USB_DEVICE_DESCRIPTOR* desc) {
84
bool
AdbInterfaceObject
::GetUsbConfigurationDescriptor(
102
bool
AdbInterfaceObject
::GetUsbInterfaceDescriptor(
adb_interface.h
20
This file consists of declaration of class
AdbInterfaceObject
that
26
// '
AdbInterfaceObject
::interface_name_' : class 'std::basic_string<_E,_Tr,_A>'
28
// '
AdbInterfaceObject
' We're ok with that, since interface_name_ will not
36
class ADBWIN_API_CLASS
AdbInterfaceObject
: public AdbObjectHandle {
42
explicit
AdbInterfaceObject
(const wchar_t* interf_name);
50
virtual ~
AdbInterfaceObject
();
Completed in 878 milliseconds