OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sensor_list
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanotool/
contexthub.cpp
134
std::string
sensor_list
;
local
136
sensor_list
+= sensor_names_[i].name_abbrev;
138
sensor_list
+= ", ";
142
return
sensor_list
;
/device/google/contexthub/sensorhal/
sensors.cpp
379
static sensor_t const *
sensor_list
;
variable
389
n_sensor = ctx->getSensorList(&
sensor_list
);
407
if (gHubAlive &&
sensor_list
!= nullptr) {
408
*list =
sensor_list
;
Completed in 276 milliseconds