HomeSort by relevance Sort by last modified time
    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 UsbContext();
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() : context_(NULL) {
69 UsbContext::~UsbContext() {

Completed in 355 milliseconds