Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp469 libusb_device_handle* handle_raw; in OpenDevice() local
470 int rc = libusb_open(device_.get(), &handle_raw); in OpenDevice()
500 unique_device_handle handle(handle_raw); in OpenDevice()