Searched defs:update (Results 1 - 5 of 5) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h69 int (*update)(yas_filter_handle_t *t, float *input, float *output); member in struct:__anon150
H A Dcompass.c185 static int update(yas_filter_handle_t *t, float *input, float *output) function
207 f->update = update;
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp1203 int update; local
1204 update = inv_get_sensor_type_gyroscope(s->gyro.v, &status, &s->timestamp);
1206 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
1207 return update;
1214 int update; local
1215 update = inv_get_sensor_type_gyroscope_raw(s->gyro.v, &status, &s->timestamp);
1217 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
1218 return update;
1225 int update; local
1226 update
1238 int update; local
1252 int update; local
1263 int update; local
1275 int update; local
1285 int update; local
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2367 int update; local
2368 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status,
2371 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
2372 return update;
2378 int update; local
2379 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib,
2381 if(update) {
2385 s->uncalibrated_gyro.bias[2], s->timestamp, update);
2390 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2391 return update;
2397 int update; local
2410 int update; local
2423 int update; local
2453 int update; local
2472 int update; local
2491 int update; local
2503 int update; local
2515 int update; local
2528 int update = 1; local
2555 int update = 0; local
2567 int update = 0; local
2581 int update = 0; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp956 // TODO(XXX): Need to identify other parameters that need update from camera adapter
3199 status_t CameraHal::doesSetParameterNeedUpdate(const char* new_param, const char* old_param, bool& update) { argument
3204 // if params mismatch we should update parameters for camera adapter
3206 update = true;

Completed in 268 milliseconds