OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetDevice
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/usb/
usb_apitest.cc
58
MOCK_METHOD0(
ResetDevice
, bool());
114
IN_PROC_BROWSER_TEST_F(UsbApiTest,
ResetDevice
) {
116
EXPECT_CALL(*mock_device_handle_.get(),
ResetDevice
())
usb_api.cc
34
namespace
ResetDevice
= usb::
ResetDevice
;
[
all
...]
usb_api.h
302
DECLARE_EXTENSION_FUNCTION("usb.
resetDevice
", USB_RESETDEVICE)
313
scoped_ptr<extensions::api::usb::
ResetDevice
::Params> parameters_;
/external/chromium_org/chrome/browser/usb/
usb_device_handle.h
78
virtual bool
ResetDevice
();
usb_device_handle.cc
348
bool UsbDeviceHandle::
ResetDevice
() {
/external/chromium_org/ui/surface/
accelerated_surface_win.cc
90
void
ResetDevice
();
187
ResetDevice
();
198
ResetDevice
();
203
ResetDevice
();
206
void PresentThread::
ResetDevice
() {
207
TRACE_EVENT0("gpu", "PresentThread::
ResetDevice
");
841
present_thread_->
ResetDevice
();
910
present_thread_->
ResetDevice
();
[
all
...]
/external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc
403
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 184 milliseconds