Home
last modified time | relevance | path

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

/aosp_15_r20/development/host/windows/usb/api/
H A 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 …]
/aosp_15_r20/system/core/fastboot/
H A Dusb_windows.cpp57 ADBAPIHANDLE adb_interface; member
/aosp_15_r20/packages/modules/adb/client/
Dusb_windows.cpp56 ADBAPIHANDLE adb_interface; member
/aosp_15_r20/development/host/windows/usb/adb_winapi_test/
H A Dadb_winapi_test.cpp461 bool DeviceHandShake(ADBAPIHANDLE adb_interface) { in DeviceHandShake()