HomeSort by relevance Sort by last modified time
    Searched defs:_handle (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/
core.c 860 struct libusb_device_handle *_handle; local
866 _handle = malloc(sizeof(*_handle) + priv_size);
867 if (!_handle)
870 r = pthread_mutex_init(&_handle->lock, NULL);
874 _handle->dev = libusb_ref_device(dev);
875 _handle->claimed_interfaces = 0;
876 memset(&_handle->os_priv, 0, priv_size);
878 r = usbi_backend->open(_handle);
881 free(_handle);
    [all...]
  /external/libusb_aah/libusb/
core.c 945 struct libusb_device_handle *_handle; local
    [all...]

Completed in 125 milliseconds