Searched refs:PlatformUsbContext (Results 1 – 5 of 5) sorted by relevance
16 typedef libusb_context* PlatformUsbContext; typedef24 PlatformUsbContext context() const { return context_; } in context()30 explicit UsbContext(PlatformUsbContext context);35 PlatformUsbContext context_;
18 explicit UsbContextForTest(PlatformUsbContext context) in UsbContextForTest()41 PlatformUsbContext platform_context; in TEST_F()
27 typedef struct libusb_context* PlatformUsbContext; typedef57 explicit UsbService(PlatformUsbContext context);
67 UsbService::UsbService(PlatformUsbContext context) in UsbService()85 PlatformUsbContext context = NULL; in New()
63 UsbContext::UsbContext(PlatformUsbContext context) : context_(context) { in UsbContext()