HomeSort by relevance Sort by last modified time
    Searched full:invn (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 58 property_get("invn.hal.verbose.basic", value, "0");
62 property_get("invn.hal.verbose.extra", value, "0");
66 property_get("invn.hal.verbose.sysfs", value, "0");
70 property_get("invn.hal.verbose.engineering", value, "0");
74 property_get("invn.hal.entry.function", value, "0");
78 property_get("invn.hal.entry.handler", value, "0");
82 property_get("invn.hal.data.input", value, "0");
86 property_get("invn.hal.data.handler", value, "0");
90 property_get("invn.hal.debug.batching", value, "0");
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 58 property_get("invn.hal.verbose.basic", value, "0");
62 property_get("invn.hal.verbose.extra", value, "0");
66 property_get("invn.hal.verbose.sysfs", value, "0");
70 property_get("invn.hal.verbose.engineering", value, "0");
74 property_get("invn.hal.entry.function", value, "0");
78 property_get("invn.hal.entry.handler", value, "0");
82 property_get("invn.hal.data.input", value, "0");
86 property_get("invn.hal.data.handler", value, "0");
  /external/opencv/cv/src/
cvsnakes.cpp 87 float invn; local
142 invn = 1 / ((float) n);
186 ave_d *= invn;

Completed in 112 milliseconds