HomeSort by relevance Sort by last modified time
    Searched refs:interface_handle (Results 1 - 3 of 3) sorted by null

  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 80 bool TestInterfaceHandle(ADBAPIHANDLE interface_handle);
201 ADBAPIHANDLE interface_handle = AdbCreateInterfaceByName(device_name); local
202 if (NULL == interface_handle) {
208 TestInterfaceHandle(interface_handle);
209 if (!AdbCloseHandle(interface_handle)) {
217 bool TestInterfaceName(ADBAPIHANDLE interface_handle) {
222 if (AdbGetInterfaceName(interface_handle, NULL, &intr_name_size, true)) {
249 if (!AdbGetInterfaceName(interface_handle, buf, &intr_name_size, true)) {
298 bool TestInterfaceHandle(ADBAPIHANDLE interface_handle) {
300 if (!TestInterfaceName(interface_handle)) {
627 ADBAPIHANDLE interface_handle = g_interface_handle; local
733 ADBAPIHANDLE interface_handle = AdbCreateInterfaceByName( local
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c     [all...]
windows_winusb.h 279 struct interface_handle_t interface_handle[USB_MAXINTERFACES]; member in struct:windows_device_handle_priv

Completed in 3043 milliseconds