Home
last modified time | relevance | path

Searched refs:PlatformUsbContext (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/usb/
Dusb_context.h16 typedef libusb_context* PlatformUsbContext; typedef
24 PlatformUsbContext context() const { return context_; } in context()
30 explicit UsbContext(PlatformUsbContext context);
35 PlatformUsbContext context_;
Dusb_context_unittest.cc18 explicit UsbContextForTest(PlatformUsbContext context) in UsbContextForTest()
41 PlatformUsbContext platform_context; in TEST_F()
Dusb_service.h27 typedef struct libusb_context* PlatformUsbContext; typedef
57 explicit UsbService(PlatformUsbContext context);
Dusb_service.cc67 UsbService::UsbService(PlatformUsbContext context) in UsbService()
85 PlatformUsbContext context = NULL; in New()
Dusb_context.cc63 UsbContext::UsbContext(PlatformUsbContext context) : context_(context) { in UsbContext()