Searched refs:ResetDevice (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/usb/
H A Dusb_apitest.cc58 MOCK_METHOD0(ResetDevice, bool());
111 EXPECT_CALL(*mock_device_handle_.get(), ResetDevice())
H A Dusb_api.cc29 namespace ResetDevice = extensions::api::usb::ResetDevice;
994 parameters_ = ResetDevice::Params::Create(*args_);
1014 OnCompletedFileThread(resource->device()->ResetDevice());
H A Dusb_api.h287 scoped_ptr<extensions::api::usb::ResetDevice::Params> parameters_;
/external/chromium_org/ui/surface/
H A Daccelerated_surface_win.cc88 void ResetDevice();
185 ResetDevice();
196 ResetDevice();
201 ResetDevice();
204 void PresentThread::ResetDevice() { function in class:PresentThread
205 TRACE_EVENT0("gpu", "PresentThread::ResetDevice");
852 present_thread_->ResetDevice();
913 present_thread_->ResetDevice();
/external/chromium_org/chrome/browser/usb/
H A Dusb_device_handle.h78 virtual bool ResetDevice();
H A Dusb_device_handle.cc345 bool UsbDeviceHandle::ResetDevice() { function in class:UsbDeviceHandle
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.cc431 hr = device_manager_->ResetDevice(device_, dev_manager_reset_token_);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h823 WinUsb_ResetDevice_t ResetDevice; member in struct:winusb_interface
H A Dwindows_usb.c2550 WinUSBX_Set(ResetDevice);
3122 if (WinUSBX[sub_api].ResetDevice != NULL) {
3125 WinUSBX[sub_api].ResetDevice(winusb_handle);
H A Ddarwin_usb.c1337 kresult = (*(dpriv->device))->ResetDevice (dpriv->device);
1339 usbi_err (HANDLE_CTX (dev_handle), "ResetDevice: %s", darwin_error_str (kresult));
/external/libusb/libusb/os/
H A Ddarwin_usb.c1027 kresult = (*(dpriv->device))->ResetDevice (dpriv->device);
1029 usbi_err (HANDLE_CTX (dev_handle), "ResetDevice: %s", darwin_error_str (kresult));

Completed in 174 milliseconds