Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
android
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
4
#include "
rsusb-backend-android.h
"
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
{
18
return
device_watcher_usbhost::instance
();
19
}
20
}
21
}
device_watcher.h
librealsense::platform::device_watcher_usbhost::instance
static std::shared_ptr< device_watcher_usbhost > instance()
Definition:
device_watcher.cpp:18
librealsense::platform::create_backend
std::shared_ptr< backend > create_backend()
Definition:
rsusb-backend-android.cpp:11
librealsense
Definition:
calibration-model.h:6
librealsense::platform::android_backend::create_device_watcher
std::shared_ptr< device_watcher > create_device_watcher() const override
Definition:
rsusb-backend-android.cpp:16
rsusb-backend-android.h
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41