Searched refs:timestamp1 (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
H A D | UserMetricsTest.java | 56 long timestamp1 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsDifferentUser() local 60 assertStartTime(timestamp1, mUserId); in testStartingEvent_multipleCallsDifferentUser() 66 long timestamp1 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsSameUser() local 67 assertStartTime(timestamp1, mUserId); in testStartingEvent_multipleCallsSameUser() 129 long timestamp1 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsDifferentUser() local 133 assertStopingTime(timestamp1, mUserId); in testStopingEvent_multipleCallsDifferentUser() 139 long timestamp1 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsSameUser() local 140 assertStopingTime(timestamp1, mUserId); in testStopingEvent_multipleCallsSameUser()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 155 inv_time_t timestamp1; in inv_get_sensor_type_linear_acceleration() local 157 inv_get_accel_set(accel, accuracy, ×tamp1); in inv_get_sensor_type_linear_acceleration() 299 inv_time_t timestamp1; in inv_get_sensor_type_rotation_vector_6_axis() local 300 inv_get_accel_set(accel, accuracy, ×tamp1); in inv_get_sensor_type_rotation_vector_6_axis() 301 inv_get_6axis_quaternion_float(quat_6_axis, ×tamp1); in inv_get_sensor_type_rotation_vector_6_axis() 344 inv_time_t timestamp1; in inv_get_sensor_type_geomagnetic_rotation_vector() local 345 inv_get_compass_set(compass, accuracy, ×tamp1); in inv_get_sensor_type_geomagnetic_rotation_vector() 551 inv_time_t timestamp1; in inv_get_sensor_type_orientation_6_axis() local 552 inv_get_accel_set(accel, accuracy, ×tamp1); in inv_get_sensor_type_orientation_6_axis() 563 inv_time_t timestamp1; in inv_get_sensor_type_orientation_geomagnetic() local [all …]
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputClassifier_test.cpp | 248 timeval timestamp1 = { 1, 1}; in TEST_F() local 249 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F()
|