Searched refs:ReleaseInterface (Results 1 – 5 of 5) sorted by relevance
143 void ReleaseInterface(scoped_refptr<UsbDeviceHandle> usb_device) { in ReleaseInterface() function144 usb_device->ReleaseInterface(1); in ReleaseInterface()592 base::Bind(&ReleaseInterface, usb_device_)); in Terminate()
74 virtual bool ReleaseInterface(const int interface_number);
312 bool UsbDeviceHandle::ReleaseInterface(const int interface_number) { in ReleaseInterface() function in UsbDeviceHandle
32 namespace ReleaseInterface = usb::ReleaseInterface;900 parameters_ = ReleaseInterface::Params::Create(*args_); in Prepare()910 bool success = device_handle->ReleaseInterface(parameters_->interface_number); in AsyncWorkStart()
215 scoped_ptr<extensions::api::usb::ReleaseInterface::Params> parameters_;