Home
last modified time | relevance | path

Searched refs:_adb_close_handle (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/client/
Dusb_windows.cpp427 static void _adb_close_handle(ADBAPIHANDLE adb_handle) { in _adb_close_handle() function
441 if (nullptr != handle->adb_write_pipe) _adb_close_handle(handle->adb_write_pipe); in usb_cleanup_handle()
442 if (nullptr != handle->adb_read_pipe) _adb_close_handle(handle->adb_read_pipe); in usb_cleanup_handle()
443 if (nullptr != handle->adb_interface) _adb_close_handle(handle->adb_interface); in usb_cleanup_handle()
616 _adb_close_handle(enum_handle); in find_devices()