Searched refs:handle (Results 1 – 2 of 2) sorted by relevance
46 PointerByReference handle = new PointerByReference(); in UsbDevice() local47 mUsb.libusb_open(devicePointer, handle); in UsbDevice()48 mHandle = handle.getValue(); in UsbDevice()
61 PointerByReference handle = in setUp()63 handle.setValue(mHandle); in setUp()