Home | History | Annotate | Download | only in linux

Lines Matching refs:timestamp

47  *  @param[out] timestamp   Time when sensor was sampled.
49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp)
55 if (timestamp)
56 *timestamp = pg->timestamp;
62 * @param[out] timestamp Time when sensor was sampled.
65 inv_time_t *timestamp)
81 if (timestamp)
82 *timestamp = pg->timestamp;
89 * @param[out] timestamp Time when sensor was sampled.
92 inv_time_t *timestamp)
95 inv_get_gyro_set(gyro, accuracy, timestamp);
105 * @param[out] timestamp Time when sensor was sampled.
107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp)
113 if (timestamp)
114 *timestamp = pa->timestamp;
123 * @param[out] timestamp Time when sensor was sampled.
126 inv_time_t *timestamp)
129 inv_get_accel_set(accel, accuracy, timestamp);
139 * @param[out] timestamp Time when sensor was sampled.
141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp)
147 if (timestamp)
148 *timestamp = pc->timestamp;
158 * @param[out] timestamp Time when sensor was sampled.
161 float *values, int8_t *accuracy, inv_time_t *timestamp)
168 inv_get_compass_set(compass, accuracy, timestamp);
205 * @param[out] timestamp Time when sensor was sampled.
207 void inv_get_sensor_type_temp_raw_short(short *value, inv_time_t *timestamp)
216 if (timestamp)
217 *timestamp = pt->timestamp;
224 * @param[out] timestamp Time when sensor was sampled.
226 void inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp)
230 if (timestamp)
231 *timestamp = pt->timestamp;
249 * @param[out] timestamp Time when sensor was sampled.
252 inv_time_t *timestamp)
259 timestamp[0] = dl_out.quat_timestamp;
266 * @param[out] timestamp The timestamp for this sensor. Derived from the
267 timestamp sent to inv_build_accel().
270 inv_time_t * timestamp)
283 if (timestamp)
284 *timestamp = pa->timestamp;
308 * @param[out] timestamp Timestamp. In (ns) for Android.
311 inv_time_t * timestamp)
315 if (timestamp)
316 *timestamp = dl_out.quat_timestamp;