HomeSort by relevance Sort by last modified time
    Searched refs:ResetDevice (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/device/usb/
usb_device_handle.h 58 virtual bool ResetDevice() = 0;
usb_device_handle_impl.h 42 virtual bool ResetDevice() OVERRIDE;
usb_device_handle_impl.cc 275 bool UsbDeviceHandleImpl::ResetDevice() {
  /external/chromium_org/extensions/browser/api/usb/
usb_apitest.cc 89 MOCK_METHOD0(ResetDevice, bool());
208 IN_PROC_BROWSER_TEST_F(UsbApiTest, ResetDevice) {
210 EXPECT_CALL(*mock_device_handle_.get(), ResetDevice())
usb_api.cc 35 namespace ResetDevice = usb::ResetDevice;
    [all...]
usb_api.h 311 DECLARE_EXTENSION_FUNCTION("usb.resetDevice", USB_RESETDEVICE)
322 scoped_ptr<extensions::core_api::usb::ResetDevice::Params> parameters_;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.h 242 int ResetDevice();
video_render_direct3d9.cc 409 int VideoRenderDirect3D9::ResetDevice()
412 "VideoRenderDirect3D9::ResetDevice");
432 "VideoRenderDirect3D9::ResetDevice failed to CloseDevice");
440 "VideoRenderDirect3D9::ResetDevice failed to InitDevice");
759 ResetDevice();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 126 SMB_RESET_DEVICE ResetDevice;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 444 virtual HRESULT STDMETHODCALLTYPE ResetDevice(
492 HRESULT (STDMETHODCALLTYPE *ResetDevice)(
539 #define IDirect3DDeviceManager9_ResetDevice(This,pDevice,resetToken) (This)->lpVtbl->ResetDevice(This,pDevice,resetToken)
559 return This->lpVtbl->ResetDevice(This,pDevice,resetToken);
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc 146 virtual bool ResetDevice() OVERRIDE { return true; }
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 413 hr = device_manager_->ResetDevice(device_, dev_manager_reset_token_);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 823 WinUsb_ResetDevice_t ResetDevice;
windows_usb.c     [all...]
darwin_usb.c     [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]

Completed in 6585 milliseconds