Home
last modified time | relevance | path

Searched defs:adb_interface (Results 1 – 4 of 4) sorted by relevance

/development/host/windows/usb/api/
Dadb_api.cpp199 bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface, in AdbGetInterfaceName()
218 bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface, in AdbGetSerialNumber()
237 bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface, in AdbGetUsbDeviceDescriptor()
254 bool __cdecl AdbGetUsbConfigurationDescriptor(ADBAPIHANDLE adb_interface, in AdbGetUsbConfigurationDescriptor()
271 bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface, in AdbGetUsbInterfaceDescriptor()
288 bool __cdecl AdbGetEndpointInformation(ADBAPIHANDLE adb_interface, in AdbGetEndpointInformation()
306 bool __cdecl AdbGetDefaultBulkReadEndpointInformation(ADBAPIHANDLE adb_interface, in AdbGetDefaultBulkReadEndpointInformation()
313 bool __cdecl AdbGetDefaultBulkWriteEndpointInformation(ADBAPIHANDLE adb_interface, in AdbGetDefaultBulkWriteEndpointInformation()
320 ADBAPIHANDLE __cdecl AdbOpenEndpoint(ADBAPIHANDLE adb_interface, in AdbOpenEndpoint()
340 ADBAPIHANDLE __cdecl AdbOpenDefaultBulkReadEndpoint(ADBAPIHANDLE adb_interface, in AdbOpenDefaultBulkReadEndpoint()
[all …]
/development/testrunner/test_defs/
Dhost_test.py71 def Run(self, options, adb_interface): argument
/development/testrunner/coverage/
Dcoverage.py59 def __init__(self, adb_interface): argument
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp461 bool DeviceHandShake(ADBAPIHANDLE adb_interface) { in DeviceHandShake()