OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensorsNum
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp
26
int SensorContext::
sensorsNum
= 0;
54
for (int i = 0; i <
sensorsNum
; i++) {
76
if (
sensorsNum
>= MAX_DEVICES) {
81
sensorDesc->handle =
sensorsNum
;
82
sensorDescs[
sensorsNum
] = *sensorDesc;
83
sensorFactoryFuncs[
sensorsNum
] = sensorFactoryFunc;
84
sensorsNum
++;
110
if (!list || (
sensorsNum
== 0)) {
115
return
sensorsNum
;
126
if (handle < 0 || handle >=
sensorsNum
) {
[
all
...]
SensorsHAL.hpp
112
static int
sensorsNum
;
Completed in 240 milliseconds