Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/aosp12/packages/services/Car/tests/vehiclehal_test/assets/
H A Dcar_hvac_test.json3 "timestamp": 1526063903757636096, number
9 "timestamp": 1526063904959113984, number
15 "timestamp": 1526063905159528960, number
21 "timestamp": 1526063905359936000, number
27 "timestamp": 1526063905560376832, number
33 "timestamp": 1526063905760837120, number
39 "timestamp": 1526063905961300992, number
45 "timestamp": 1526063906362006016, number
51 "timestamp": 1526063906562436096, number
57 "timestamp": 1526063906762857984, number
[all …]
H A Dcar_hvac_set_test.json3 "timestamp": 1526063903356950016, number
9 "timestamp": 1526063903357100032, number
15 "timestamp": 1526063903358950016, number
21 "timestamp": 1526063903359100032, number
H A Dcar_property_test.json3 "timestamp": 151111100000000, number
9 "timestamp": 101111100000000, number
15 "timestamp": 181111100000000, number
21 "timestamp": 101111100000000, number
H A Dcar_info_test.json3 "timestamp": 1526063903356950016, number
9 "timestamp": 1526063903358950016, number
15 "timestamp": 1526063903360950016, number
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
H A DObexTimeTest.java61 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local
68 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local
75 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local
82 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local
89 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local
96 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local
103 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local
110 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarSensorEvent.java125 public long timestamp; field in CarSensorEvent
211 public long timestamp; field in CarSensorEvent.EnvironmentData
240 public long timestamp; field in CarSensorEvent.IgnitionStateData
268 public long timestamp; field in CarSensorEvent.NightData
296 public long timestamp; field in CarSensorEvent.GearData
324 public long timestamp; field in CarSensorEvent.ParkingBrakeData
352 public long timestamp; field in CarSensorEvent.FuelLevelData
389 public long timestamp; field in CarSensorEvent.OdometerData
417 public long timestamp; field in CarSensorEvent.RpmData
445 public long timestamp; field in CarSensorEvent.CarSpeedData
[all …]
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_short()
65 inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_body_float()
92 inv_time_t *timestamp) in inv_get_sensor_type_gyro_float()
107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_accel_raw_short()
126 inv_time_t *timestamp) in inv_get_sensor_type_accel_float()
141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_compass_raw_short()
161 float *values, int8_t *accuracy, inv_time_t *timestamp) in inv_get_sensor_type_compass_float()
226 void inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp) in inv_get_sensor_type_temperature_float()
252 inv_time_t *timestamp) in inv_get_sensor_type_quat_float()
270 inv_time_t * timestamp) in inv_get_sensor_type_gravity_float()
[all …]
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DUserMetricsTest.java49 long timestamp = sendStartingEvent(mUserId); in testStartingEvent_success() local
83 long timestamp = sendSwitchingEvent(mFromUserId, mUserId); in testSwitchingEvent_success() local
98 long timestamp = sendUnlockingEvent(mUserId); in testUnlockingEvent_success() local
112 long timestamp = sendStartingEvent(mUserId); in testUnlockedEvent_success() local
122 long timestamp = sendStopingEvent(mUserId); in testStopingEvent_success() local
155 long timestamp = sendStopingEvent(mUserId); in testStoppedEvent_success() local
204 private void assertStartTime(long timestamp, @UserIdInt int userId) { in assertStartTime()
210 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime()
218 private void assertUnlockingTime(long timestamp, int userId) { in assertUnlockingTime()
229 private void assertStopingTime(long timestamp, @UserIdInt int userId) { in assertStopingTime()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarSensorEventFactory.java27 public static CarSensorEvent createBooleanEvent(int sensorType, long timestamp, in createBooleanEvent()
34 public static CarSensorEvent createIntEvent(int sensorType, long timestamp, int value) { in createIntEvent()
48 public static CarSensorEvent createInt64VecEvent(int sensorType, long timestamp, in createInt64VecEvent()
57 public static CarSensorEvent createFloatEvent(int sensorType, long timestamp, float value) { in createFloatEvent()
63 public static CarSensorEvent createMixedEvent(int sensorType, long timestamp, in createMixedEvent()
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DEvictionHandler.java51 void onFrameCaptureResultAvailable(long timestamp, in onFrameCaptureResultAvailable()
59 void onFrameInserted(long timestamp); in onFrameInserted()
66 void onFrameDropped(long timestamp); in onFrameDropped()
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c75 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer()
104 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration()
133 inv_time_t * timestamp) in inv_get_sensor_type_gravity()
163 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope()
189 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw()
233 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector()
254 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis()
297 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector()
382 inv_time_t timestamp; in inv_get_rotation_geomagnetic() local
411 inv_time_t timestamp; in inv_get_rotation_6_axis() local
[all …]
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DFileUtils.java58 static File createTempDir(Context context, String timestamp) { in createTempDir()
68 static File getTempDir(Context context, String timestamp) { in getTempDir()
92 static String getAudioFileName(String timestamp, MetaBugReport bug) { in getAudioFileName()
112 static File getFileWithSuffix(Context context, String timestamp, String suffix) { in getFileWithSuffix()
125 static File getFile(Context context, String timestamp, String name) { in getFile()
/aosp12/frameworks/av/media/libheadtracking/
H A DModeSelector.cpp33 void ModeSelector::setScreenToHeadPose(int64_t timestamp, in setScreenToHeadPose()
39 void ModeSelector::setWorldToHeadPose(int64_t timestamp, const Pose3f& worldToHead) { in setWorldToHeadPose()
44 void ModeSelector::calculateActualMode(int64_t timestamp) { in calculateActualMode()
69 void ModeSelector::calculate(int64_t timestamp) { in calculate()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h61 typedef struct timestamp { struct
62 OMX_TICKS timestamps; argument
64 }timestamp; typedef
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
H A DMetadataPoolImpl.java56 private SettableFuture<TotalCaptureResultProxy> getOrCreateFuture(long timestamp) { in getOrCreateFuture()
70 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(final long timestamp) { in removeMetadataFuture()
91 long timestamp = metadata.get(CaptureResult.SENSOR_TIMESTAMP); in update() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp254 struct timeval timestamp, in fill_camscope_sw_base()
280 uint32_t size, struct timeval timestamp, in fill_camscope_timing()
310 struct timeval timestamp, in fill_camscope_in_out_timing()
339 struct timeval timestamp; in camscope_base_log() local
375 struct timeval timestamp; in camscope_sw_base_log() local
415 struct timeval timestamp; in camscope_timing_log() local
458 struct timeval timestamp; in camscope_in_out_timing_log() local
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c123 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer()
152 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration()
177 inv_time_t * timestamp) in inv_get_sensor_type_gravity()
202 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope()
228 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw()
272 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector()
294 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis()
339 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector()
428 inv_time_t timestamp; in inv_get_rotation_geomagnetic() local
457 inv_time_t timestamp; in inv_get_rotation_6_axis() local
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h77 typedef struct timestamp { struct
78 OMX_TICKS timestamps; argument
80 } timestamp; argument
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct
79 OMX_TICKS timestamps; argument
81 } timestamp; argument
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct
79 OMX_TICKS timestamps; argument
81 } timestamp; typedef
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplierTest.java117 long timestamp = START_TIME_MILLIS + FRAME_TIME_MILLIS; in testprocessDetectionEvent_neverExceedsOne() local
143 long timestamp = START_TIME_MILLIS + FRAME_TIME_MILLIS; in testprocessDetectionEvent_neverFallsBelowZero() local
162 long timestamp, @GazeDetection.VehicleRegion int gazeTarget) { in buildGazeDetection()
178 private OccupantAwarenessDetection buildEmptyDetection(long timestamp) { in buildEmptyDetection()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct
79 OMX_TICKS timestamps; argument
81 } timestamp; argument
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct
79 OMX_TICKS timestamps; argument
81 } timestamp; argument
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct
79 OMX_TICKS timestamps; argument
81 } timestamp; typedef
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImpl.java50 long timestamp = mDpm.getLastSecurityLogRetrievalTime(); in getLastSecurityLogRetrievalTime() local
56 long timestamp = mDpm.getLastBugReportRequestTime(); in getLastBugReportRequestTime() local
62 long timestamp = mDpm.getLastNetworkLogRetrievalTime(); in getLastNetworkLogRetrievalTime() local

12345678910>>...42