rsusb-backend-android.cpp
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2015 Intel Corporation. All Rights Reserved.
3 
5 #include "device_watcher.h"
6 
7 namespace librealsense
8 {
9  namespace platform
10  {
11  std::shared_ptr<backend> create_backend()
12  {
13  return std::make_shared<android_backend>();
14  }
15 
16  std::shared_ptr<device_watcher> android_backend::create_device_watcher() const
17  {
19  }
20  }
21 }
static std::shared_ptr< device_watcher_usbhost > instance()
std::shared_ptr< backend > create_backend()
std::shared_ptr< device_watcher > create_device_watcher() const override


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:41