OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cal_ref
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
contexthub.h
98
float
cal_ref
;
member in struct:android::SensorSpec
contexthub.cpp
468
(sensor.
cal_ref
- result->value));
486
(sensor.
cal_ref
/ result->value));
nanotool.cpp
115
" Format is sensor_type[:rate[:latency_ms]][=
cal_ref
].\n"
122
" Use the
cal_ref
parameter for this purpose (it's parsed as\n"
239
// Parse a sensor argument in the form of "sensor_name[:rate[:latency]][=
cal_ref
]"
253
spec.
cal_ref
= std::stof(param);
Completed in 2464 milliseconds