Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_libusb.cpp594 libusb_device_handle* handle_raw; in OpenDevice() local
595 int rc = libusb_open(device_.get(), &handle_raw); in OpenDevice()
602 unique_device_handle handle(handle_raw); in OpenDevice()