OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UsbContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_context.h
20
// It is a blocking operation to delete
UsbContext
.
22
class
UsbContext
: public base::RefCountedThreadSafe<
UsbContext
> {
28
friend class base::RefCountedThreadSafe<
UsbContext
>;
30
explicit
UsbContext
(PlatformUsbContext context);
31
virtual ~
UsbContext
();
39
DISALLOW_COPY_AND_ASSIGN(
UsbContext
);
usb_context.cc
17
class
UsbContext
::UsbEventHandler : public base::PlatformThread::Delegate {
33
UsbContext
::UsbEventHandler::UsbEventHandler(libusb_context* context)
43
UsbContext
::UsbEventHandler::~UsbEventHandler() {
51
void
UsbContext
::UsbEventHandler::ThreadMain() {
63
UsbContext
::
UsbContext
(PlatformUsbContext context) : context_(context) {
68
UsbContext
::~
UsbContext
() {
Completed in 27 milliseconds