HomeSort by relevance Sort by last modified time
    Searched refs:cal_ref (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/nanotool/
contexthub.h 97 float cal_ref; member in struct:android::SensorSpec
contexthub.cpp 467 (sensor.cal_ref - result->value));
485 (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 1319 milliseconds