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

  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 18 This file consists of implementation of class AdbWinUsbInterfaceObject
27 AdbWinUsbInterfaceObject::AdbWinUsbInterfaceObject(const wchar_t* interf_name)
38 AdbWinUsbInterfaceObject::~AdbWinUsbInterfaceObject() {
43 LONG AdbWinUsbInterfaceObject::Release() {
54 ADBAPIHANDLE AdbWinUsbInterfaceObject::CreateHandle() {
129 bool AdbWinUsbInterfaceObject::CloseHandle() {
142 bool AdbWinUsbInterfaceObject::GetSerialNumber(void* buffer,
237 bool AdbWinUsbInterfaceObject::GetEndpointInformation(
    [all...]
adb_winusb_interface.h 20 This file consists of declaration of class AdbWinUsbInterfaceObject
30 class AdbWinUsbInterfaceObject : public AdbInterfaceObject {
36 explicit AdbWinUsbInterfaceObject(const wchar_t* interf_name);
44 virtual ~AdbWinUsbInterfaceObject();

Completed in 28 milliseconds