Home
last modified time | relevance | path

Searched refs:UsbServiceImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/device/usb/
Dusb_service_impl.cc31 class UsbServiceImpl : public UsbService, class
34 explicit UsbServiceImpl(
37 virtual ~UsbServiceImpl();
67 DISALLOW_COPY_AND_ASSIGN(UsbServiceImpl);
70 scoped_refptr<UsbDevice> UsbServiceImpl::GetDeviceById(uint32 unique_id) { in GetDeviceById()
80 void UsbServiceImpl::GetDevices( in GetDevices()
91 void UsbServiceImpl::WillDestroyCurrentMessageLoop() { in WillDestroyCurrentMessageLoop()
96 UsbServiceImpl::UsbServiceImpl( in UsbServiceImpl() function in device::UsbServiceImpl
105 UsbServiceImpl::~UsbServiceImpl() { in ~UsbServiceImpl()
112 void UsbServiceImpl::RefreshDevices() { in RefreshDevices()
[all …]
Dusb_context.h28 friend class UsbServiceImpl;
Dusb_device_impl.h47 friend class UsbServiceImpl;