OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformUsbContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/device/usb/
usb_context.h
17
typedef libusb_context*
PlatformUsbContext
;
25
PlatformUsbContext
context() const { return context_; }
31
explicit UsbContext(
PlatformUsbContext
context);
36
PlatformUsbContext
context_;
usb_context_unittest.cc
19
explicit UsbContextForTest(
PlatformUsbContext
context)
43
PlatformUsbContext
platform_context;
usb_context.cc
67
UsbContext::UsbContext(
PlatformUsbContext
context) : context_(context) {
usb_service_impl.cc
29
typedef struct libusb_context*
PlatformUsbContext
;
35
PlatformUsbContext
context,
97
PlatformUsbContext
context,
185
PlatformUsbContext
context = NULL;
Completed in 913 milliseconds