OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidContextHub
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
androidcontexthub.cpp
17
#include "
androidcontexthub
.h"
130
AndroidContextHub
::~
AndroidContextHub
() {
143
void
AndroidContextHub
::TerminateHandler() {
147
bool
AndroidContextHub
::Initialize() {
189
void
AndroidContextHub
::SetLoggingEnabled(bool logging_enabled) {
195
ContextHub::TransportResult
AndroidContextHub
::WriteEvent(
217
ContextHub::TransportResult
AndroidContextHub
::ReadEvent(
259
bool
AndroidContextHub
::FlashSensorHub(const std::vector<uint8_t>& bytes) {
265
bool
AndroidContextHub
::LoadCalibration()
[
all
...]
androidcontexthub.h
30
class
AndroidContextHub
: public ContextHub {
32
~
AndroidContextHub
();
nanotool.cpp
31
#include "
androidcontexthub
.h"
383
return std::unique_ptr<
AndroidContextHub
>(new
AndroidContextHub
());
398
AndroidContextHub
::TerminateHandler();
Completed in 312 milliseconds