HomeSort by relevance Sort by last modified time
    Searched refs:UsbTestGadget (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/test/
usb_test_gadget.h 17 class UsbTestGadget {
27 virtual ~UsbTestGadget() {}
30 static scoped_ptr<UsbTestGadget> Claim();
41 UsbTestGadget() {}
44 DISALLOW_COPY_AND_ASSIGN(UsbTestGadget);
usb_test_gadget_impl.cc 52 UsbTestGadget::Type type;
58 {UsbTestGadget::DEFAULT, "/unconfigure", 0x58F0},
59 {UsbTestGadget::KEYBOARD, "/keyboard/configure", 0x58F1},
60 {UsbTestGadget::MOUSE, "/mouse/configure", 0x58F2},
61 {UsbTestGadget::HID_ECHO, "/hid_echo/configure", 0x58F3},
62 {UsbTestGadget::ECHO, "/echo/configure", 0x58F4},
65 class UsbTestGadgetImpl : public UsbTestGadget {
118 friend class UsbTestGadget;
125 bool UsbTestGadget::IsTestEnabled() {
130 scoped_ptr<UsbTestGadget> UsbTestGadget::Claim()
    [all...]
  /external/chromium_org/device/usb/
usb_service_unittest.cc 27 if (!UsbTestGadget::IsTestEnabled()) return;
29 scoped_ptr<UsbTestGadget> gadget = UsbTestGadget::Claim();
45 if (!UsbTestGadget::IsTestEnabled()) return;
47 scoped_ptr<UsbTestGadget> gadget = UsbTestGadget::Claim();
usb_device_handle_unittest.cc 21 if (!UsbTestGadget::IsTestEnabled()) {
27 gadget_ = UsbTestGadget::Claim();
30 ASSERT_TRUE(gadget_->SetType(UsbTestGadget::ECHO));
48 scoped_ptr<UsbTestGadget> gadget_;
  /external/chromium_org/device/hid/
hid_connection_unittest.cc 73 if (!UsbTestGadget::IsTestEnabled()) return;
81 test_gadget_ = UsbTestGadget::Claim();
83 ASSERT_TRUE(test_gadget_->SetType(UsbTestGadget::HID_ECHO));
124 scoped_ptr<UsbTestGadget> test_gadget_;
129 if (!UsbTestGadget::IsTestEnabled()) return;

Completed in 64 milliseconds