Searched refs:timestamp (Results 226 - 250 of 551) sorted by relevance

1234567891011>>

/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp96 HardwareAuthToken makeTestToken(const TestModeCommands command, uint64_t timestamp = 0) {
102 auth_token.timestamp = timestamp;
110 // timestamp (8 bytes)
117 toBytes(support::hton(auth_token.timestamp))); //
/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal351 * and the timestamp in the HardwareAuthToken is less than the value in Tag::AUTH_TIMEOUT * 1000
353 * timestamp is in milliseconds). Otherwise the IKeymasterDevice must returrn
1220 * timestamp indicates when the user authentication took place, in milliseconds since some
1222 * one secure environment must agree upon. This timestamp is used to determine whether or not
1225 Timestamp timestamp;
1234 * H, 0 || challenge || user_id || authenticator_id || authenticator_type || timestamp)
1238 * authenticatorId values are in machine order, but authenticatorType and timestamp are in
1289 Timestamp timestamp;
1293 * In that case the timestamp is the payload.
1306 * "Auth Verification" || challenge || timestamp || securityLeve
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
/hardware/interfaces/sensors/1.0/default/
H A Dconvert.cpp73 .timestamp = src.timestamp
216 .timestamp = src.timestamp
/hardware/libhardware/include/hardware/
H A Dcamera3.h247 * the frame number and the timestamp for start of exposure. For a reprocess
248 * request, the timestamp must be the start of exposure of the input image
249 * which can be looked up with android.sensor.timestamp from
263 * it has a valid timestamp for the start of exposure (or the input image's
417 * android.sensor.timestamp (dynamic)
2091 * metadata's sensor exposure start timestamp.
2093 uint64_t timestamp; member in struct:camera3_shutter_msg
2444 * application layer until a start of exposure timestamp has been received
2633 * application layer until a start of exposure timestamp (or input image's
2634 * start of exposure timestamp fo
[all...]
H A Dhwcomposer.h431 * the "timestamp" parameter is the system monotonic clock timestamp in
445 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp);
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawDeviceTest.cpp86 LOG_V << "sensor: " << e.sensor << ", type: " << e.type << ", ts: " << e.timestamp
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dhw_interface.h55 virtual DisplayError VSync(int64_t timestamp) = 0;
/hardware/qcom/gps/msm8084/utils/
H A Dlog_util.h89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
/hardware/qcom/gps/msm8960/utils/
H A Dlog_util.h89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
/hardware/qcom/gps/msm8994/utils/
H A Dlog_util.h89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
/hardware/qcom/gps/utils/
H A Dlog_util.h89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_offload.h45 uint64_t timestamp; member in struct:snd_compr_tstamp
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_offload.h57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
/hardware/qcom/msm8998/kernel-headers/sound/
H A Dcompress_offload.h45 __u64 timestamp; member in struct:snd_compr_tstamp
/hardware/qcom/msm8998/original-kernel-headers/sound/
H A Dcompress_offload.h57 * struct snd_compr_tstamp - timestamp descriptor
73 __u64 timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp information
188 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dcompress_offload.h45 uint64_t timestamp; member in struct:snd_compr_tstamp
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dcompress_offload.h57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp54 valueToUpdate->timestamp = propValue.timestamp;
/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal644 * metadata's sensor exposure start timestamp.
646 uint64_t timestamp;
927 * application layer until a start of exposure timestamp has been received
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h117 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
122 virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_events_drm.cpp286 int64_t timestamp = (int64_t)(tv_sec)*1000000000 + (int64_t)(tv_usec)*1000; local
287 reinterpret_cast<HWEventsDRM *>(data)->event_handler_->VSync(timestamp);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_events_drm.cpp286 int64_t timestamp = (int64_t)(tv_sec)*1000000000 + (int64_t)(tv_usec)*1000; local
287 reinterpret_cast<HWEventsDRM *>(data)->event_handler_->VSync(timestamp);
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_events_drm.cpp294 int64_t timestamp = (int64_t)(tv_sec)*1000000000 + (int64_t)(tv_usec)*1000; local
295 reinterpret_cast<HWEventsDRM *>(data)->event_handler_->VSync(timestamp);
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_pproc.h197 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
282 struct timeval timestamp; member in struct:msm_vpe_frame_info_t

Completed in 718 milliseconds

1234567891011>>