Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 133) sorted by relevance

123456

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.h17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
29 inv_time_t * timestamp);
33 inv_time_t * timestamp);
35 inv_time_t * timestamp);
38 inv_time_t * timestamp);
[all …]
Ddata_builder.c378 inv_time_t timestamp = 0; in inv_get_last_timestamp() local
380 timestamp = sensors.accel.timestamp; in inv_get_last_timestamp()
383 if (timestamp < sensors.gyro.timestamp) { in inv_get_last_timestamp()
384 timestamp = sensors.gyro.timestamp; in inv_get_last_timestamp()
388 if (timestamp < sensors.compass.timestamp) { in inv_get_last_timestamp()
389 timestamp = sensors.compass.timestamp; in inv_get_last_timestamp()
393 if (timestamp < sensors.temp.timestamp) in inv_get_last_timestamp()
394 timestamp = sensors.temp.timestamp; in inv_get_last_timestamp()
397 if (timestamp < sensors.quat.timestamp) in inv_get_last_timestamp()
398 timestamp = sensors.quat.timestamp; in inv_get_last_timestamp()
[all …]
Dhal_outputs.c74 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer() argument
81 inv_get_accel_set(accel, accuracy, timestamp); in inv_get_sensor_type_accelerometer()
101 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration() argument
105 inv_get_accel_set(accel, accuracy, timestamp); in inv_get_sensor_type_linear_acceleration()
125 inv_time_t * timestamp) in inv_get_sensor_type_gravity() argument
131 *timestamp = hal_out.nav_timestamp; in inv_get_sensor_type_gravity()
155 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope() argument
160 inv_get_gyro_set(gyro, accuracy, timestamp); in inv_get_sensor_type_gyroscope()
181 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw() argument
186 inv_get_gyro_set_raw(gyro, accuracy, timestamp); in inv_get_sensor_type_gyroscope_raw()
[all …]
Dresults_holder.h27 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp);
28 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp);
47 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp);
49 inv_error_t inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp);
50 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp);
51 void inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp);
61 void inv_set_compass_correction(const long *data, inv_time_t timestamp);
62 void inv_get_compass_correction(long *data, inv_time_t *timestamp);
Ddata_builder.h98 inv_time_t timestamp; member
111 inv_time_t timestamp; member
230 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp);
232 inv_time_t timestamp);
234 inv_time_t timestamp);
235 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
236 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
277 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
278 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
279 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
[all …]
Dresults_holder.c65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion() argument
69 rh.gam_timestamp = timestamp; in inv_store_gaming_quaternion()
77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) in inv_store_accel_quaternion() argument
81 rh.geomag_timestamp = timestamp; in inv_store_accel_quaternion()
88 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction() argument
92 rh.nav_timestamp = timestamp; in inv_set_compass_correction()
100 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) in inv_set_geomagnetic_compass_correction() argument
104 rh.geomag_timestamp = timestamp; in inv_set_geomagnetic_compass_correction()
112 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction() argument
115 *timestamp = rh.nav_timestamp; in inv_get_compass_correction()
[all …]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Ddata_builder.c346 inv_time_t timestamp = 0; in inv_get_last_timestamp() local
348 timestamp = sensors.accel.timestamp; in inv_get_last_timestamp()
351 if (timestamp < sensors.gyro.timestamp) { in inv_get_last_timestamp()
352 timestamp = sensors.gyro.timestamp; in inv_get_last_timestamp()
356 if (timestamp < sensors.compass.timestamp) { in inv_get_last_timestamp()
357 timestamp = sensors.compass.timestamp; in inv_get_last_timestamp()
361 if (timestamp < sensors.temp.timestamp) in inv_get_last_timestamp()
362 timestamp = sensors.temp.timestamp; in inv_get_last_timestamp()
364 return timestamp; in inv_get_last_timestamp()
604 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel() argument
[all …]
Dhal_outputs.h17 inv_time_t * timestamp);
19 inv_time_t * timestamp);
21 inv_time_t * timestamp);
23 inv_time_t * timestamp);
25 inv_time_t * timestamp);
27 inv_time_t * timestamp);
31 inv_time_t * timestamp);
33 inv_time_t * timestamp);
Dhal_outputs.c58 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer() argument
65 inv_get_accel_set(accel, accuracy, timestamp); in inv_get_sensor_type_accelerometer()
85 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration() argument
89 inv_get_accel_set(accel, accuracy, timestamp); in inv_get_sensor_type_linear_acceleration()
109 inv_time_t * timestamp) in inv_get_sensor_type_gravity() argument
115 *timestamp = hal_out.nav_timestamp; in inv_get_sensor_type_gravity()
139 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope() argument
144 inv_get_gyro_set(gyro, accuracy, timestamp); in inv_get_sensor_type_gyroscope()
163 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw() argument
168 inv_get_gyro_set_raw(gyro, accuracy, timestamp); in inv_get_sensor_type_gyroscope_raw()
[all …]
Ddata_builder.h88 inv_time_t timestamp; member
100 inv_time_t timestamp; member
176 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp);
178 inv_time_t timestamp);
180 inv_time_t timestamp);
181 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
182 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
206 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
207 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
208 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
[all …]
Dresults_holder.h27 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp);
45 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp);
55 void inv_set_compass_correction(const long *data, inv_time_t timestamp);
56 void inv_get_compass_correction(long *data, inv_time_t *timestamp);
Dresults_holder.c59 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion() argument
63 rh.gam_timestamp = timestamp; in inv_store_gaming_quaternion()
71 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction() argument
75 rh.nav_timestamp = timestamp; in inv_set_compass_correction()
83 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction() argument
86 *timestamp = rh.nav_timestamp; in inv_get_compass_correction()
256 void inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp) in inv_get_quaternion_set() argument
259 *timestamp = inv_get_last_timestamp(); in inv_get_quaternion_set()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c70 int inv_read_buffer(int fd, long *data, long long *timestamp) in inv_read_buffer() argument
78 if (!timestamp) in inv_read_buffer()
82 &data[2], timestamp); in inv_read_buffer()
84 if (count < (timestamp?4:3)) in inv_read_buffer()
97 long long *timestamp) in inv_read_raw() argument
105 if (!timestamp) in inv_read_raw()
109 &data[2], timestamp); in inv_read_raw()
110 if (count < (timestamp?4:3)) in inv_read_raw()
123 long long *timestamp) in inv_read_temperature_raw() argument
131 count = sscanf(str, "%hd%lld", &data[0], timestamp); in inv_read_temperature_raw()
[all …]
Dinv_sysfs_utils.h61 int inv_read_buffer(int fd, long *data, long long *timestamp);
63 long long *timestamp);
65 long long *timestamp);
77 long long *timestamp);
79 long long *timestamp);
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp66 uint64_t timestamp[2]; in vsync_loop() local
129 timestamp[dpy] = strtoull(vdata + strlen("VSYNC="), in vsync_loop()
135 __FUNCTION__, timestamp[dpy], dpy); in vsync_loop()
136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]); in vsync_loop()
156 timestamp[HWC_DISPLAY_PRIMARY] = systemTime(); in vsync_loop()
158 timestamp[HWC_DISPLAY_PRIMARY]); in vsync_loop()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_kgsl.h237 unsigned int timestamp; member
245 unsigned int timestamp; member
255 unsigned int timestamp; member
262 unsigned int timestamp; member
271 unsigned int timestamp; member
304 unsigned int timestamp; member
312 unsigned int timestamp; member
422 unsigned int timestamp; member
539 unsigned int timestamp; member
562 unsigned int timestamp; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_kgsl.h272 unsigned int timestamp; member
281 unsigned int timestamp; member
304 unsigned int timestamp; /*output param */ member
316 unsigned int timestamp; /*output param */ member
333 unsigned int timestamp; member
385 unsigned int timestamp; /*output param */ member
395 unsigned int timestamp; member
543 unsigned int timestamp; /* Timestamp to trigger event on */ member
825 unsigned int timestamp; member
876 unsigned int timestamp; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_kgsl.h272 unsigned int timestamp; member
281 unsigned int timestamp; member
304 unsigned int timestamp; /*output param */ member
316 unsigned int timestamp; /*output param */ member
333 unsigned int timestamp; member
385 unsigned int timestamp; /*output param */ member
395 unsigned int timestamp; member
543 unsigned int timestamp; /* Timestamp to trigger event on */ member
825 unsigned int timestamp; member
876 unsigned int timestamp; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_kgsl.h237 unsigned int timestamp; member
245 unsigned int timestamp; member
255 unsigned int timestamp; member
262 unsigned int timestamp; member
271 unsigned int timestamp; member
304 unsigned int timestamp; member
312 unsigned int timestamp; member
422 unsigned int timestamp; member
539 unsigned int timestamp; member
562 unsigned int timestamp; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dts_parser.h61 typedef struct timestamp { struct
64 }timestamp; argument
66 timestamp input_timestamps[TIME_SZ];
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h62 typedef struct timestamp { struct
65 } timestamp; typedef
67 timestamp input_timestamps[TIME_SZ];
/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.AKM.cpp123 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample() argument
128 return mCompassSensor->readSample(data, timestamp); in readSample()
138 int CompassSensor::readRawSample(float *data, int64_t *timestamp) in readRawSample() argument
143 int res = mCompassSensor->readSample(ldata, timestamp); in readRawSample()
DCompassSensor.AKM.h58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
DCompassSensor.IIO.primary.h57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp149 data.timestamp, in main()
163 data.timestamp, in main()
170 data.timestamp, in main()

123456