OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sensordescs
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp
25
struct sensor_t SensorContext::
sensorDescs
[MAX_DEVICES];
82
sensorDescs
[sensorsNum] = *sensorDesc;
114
*list =
sensorDescs
;
253
if (
sensorDescs
[handle].flags & SENSOR_FLAG_ONE_SHOT_MODE)
SensorsHAL.hpp
110
static struct sensor_t
sensorDescs
[MAX_DEVICES];
Completed in 2668 milliseconds