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

  /external/chromium_org/device/hid/
hid_service_linux.h 21 class HidServiceLinux : public HidService,
24 HidServiceLinux(scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner);
34 virtual ~HidServiceLinux();
43 base::WeakPtrFactory<HidServiceLinux> weak_factory_;
45 DISALLOW_COPY_AND_ASSIGN(HidServiceLinux);
hid_service_linux.cc 44 HidServiceLinux::HidServiceLinux(
52 base::Bind(&HidServiceLinux::OnDeviceAdded, weak_factory_.GetWeakPtr()));
55 scoped_refptr<HidConnection> HidServiceLinux::Connect(
73 HidServiceLinux::~HidServiceLinux() {
78 void HidServiceLinux::OnDeviceAdded(udev_device* device) {
143 base::Bind(&HidServiceLinux::OnRequestAccessComplete,
155 void HidServiceLinux::OnDeviceRemoved(udev_device* device) {
161 void HidServiceLinux::OnRequestAccessComplete
    [all...]
hid_service.cc 52 g_service = new HidServiceLinux(ui_task_runner);

Completed in 2117 milliseconds