Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_apitest.cc58 MOCK_METHOD0(ResetDevice, bool());
114 IN_PROC_BROWSER_TEST_F(UsbApiTest, ResetDevice) { in IN_PROC_BROWSER_TEST_F() argument
116 EXPECT_CALL(*mock_device_handle_.get(), ResetDevice()) in IN_PROC_BROWSER_TEST_F()
Dusb_api.cc34 namespace ResetDevice = usb::ResetDevice;
1157 parameters_ = ResetDevice::Params::Create(*args_); in Prepare()
1167 bool success = device_handle->ResetDevice(); in AsyncWorkStart()
Dusb_api.h313 scoped_ptr<extensions::api::usb::ResetDevice::Params> parameters_;
/external/chromium_org/ui/surface/
Daccelerated_surface_win.cc90 void ResetDevice();
187 ResetDevice(); in SetAdapterLUID()
198 ResetDevice(); in InitDevice()
203 ResetDevice(); in LockAndResetDevice()
206 void PresentThread::ResetDevice() { in ResetDevice() function in PresentThread
841 present_thread_->ResetDevice(); in DoPresentAndAcknowledge()
910 present_thread_->ResetDevice(); in DoPresentAndAcknowledge()
/external/chromium_org/chrome/browser/usb/
Dusb_device_handle.h78 virtual bool ResetDevice();
Dusb_device_handle.cc348 bool UsbDeviceHandle::ResetDevice() { in ResetDevice() function in UsbDeviceHandle
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.h823 WinUsb_ResetDevice_t ResetDevice; member
Dwindows_usb.c2561 WinUSBX_Set(ResetDevice); in winusbx_init()
3133 if (WinUSBX[sub_api].ResetDevice != NULL) { in winusbx_reset_device()
3136 WinUSBX[sub_api].ResetDevice(winusb_handle); in winusbx_reset_device()
Ddarwin_usb.c1336 kresult = (*(dpriv->device))->ResetDevice (dpriv->device); in darwin_reset_device()
/external/chromium_org/content/common/gpu/media/
Ddxva_video_decode_accelerator.cc403 hr = device_manager_->ResetDevice(device_, dev_manager_reset_token_); in CreateD3DDevManager()
/external/libusb/libusb/os/
Ddarwin_usb.c1027 kresult = (*(dpriv->device))->ResetDevice (dpriv->device); in darwin_reset_device()