Searched refs:timestamp (Results 101 - 125 of 551) sorted by relevance

1234567891011>>

/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_kgsl.h265 * that can be mmap()ed from this driver. The timestamp fields are __volatile__
267 * @soptimestamp: Start of pipeline timestamp written by GPU before the
270 * @eoptimestamp: End of pipeline timestamp written by GPU after the
297 /* timestamp id*/
299 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
300 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
463 /* block until the GPU has executed past a given timestamp
467 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
476 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
488 * timestamp i
499 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds
511 unsigned int timestamp; /*output param */ member in struct:kgsl_cmdstream_readtimestamp
528 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
580 unsigned int timestamp; /*output param */ member in struct:kgsl_cmdstream_readtimestamp_ctxtid
590 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
738 unsigned int timestamp; /* Timestamp to trigger event on */ member in struct:kgsl_timestamp_event
1028 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
1082 unsigned int timestamp; member in struct:kgsl_submit_commands
1263 unsigned int timestamp; member in struct:kgsl_gpu_event_timestamp
1419 unsigned int timestamp; member in struct:kgsl_gpu_command
1592 unsigned int timestamp; member in struct:kgsl_gpu_sparse_command
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DDynamicSensorManager.cpp116 .timestamp = TIMESTAMP_AUTO_FILL, // timestamp will be filled at dispatcher
204 // set timestamp if it is default value
205 if (event.timestamp == TIMESTAMP_AUTO_FILL) {
206 event.timestamp = elapsedRealtimeNano();
266 mEvent.timestamp = elapsedRealtimeNano();
281 event->timestamp = elapsedRealtimeNano();
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_mp42.c417 LOG_E("Failed to get timestamp\n");
437 LOG_V("timestamp changed and parsing is still in progress\n");
516 bufentry->timestamp = ts;
518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
567 bufentry->timestamp = ts;
568 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_OK = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
587 vbp_data_mp42 *data, guint64 timestamp, gboolean discontinuity) {
629 mix_videofmt_mp42_release_input_buffers(mix, timestamp);
586 mix_videofmt_mp42_process_decode(MixVideoFormat *mix, vbp_data_mp42 *data, guint64 timestamp, gboolean discontinuity) argument
1292 mix_videofmt_mp42_release_input_buffers(MixVideoFormat *mix, guint64 timestamp) argument
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DJsonFakeValueGenerator.cpp106 rawEvent["timestamp"].empty()) {
113 .timestamp = rawEvent["timestamp"].asInt64()};
156 static_cast<Nanos>(mGenCfg.events[mGenCfg.index + 1].timestamp -
157 mGenCfg.events[mGenCfg.index].timestamp);
H A DEmulatedVehicleHal.cpp279 v->timestamp = elapsedRealtimeNano();
382 keyEvent->timestamp = elapsedRealtimeNano();
396 updatedPropValue->timestamp = elapsedRealtimeNano();
414 return propValue.timestamp;
459 ALOGE("asked for OBD2_FREEZE_FRAME without valid timestamp");
462 auto timestamp = requestedPropValue.value.int64Values[0]; local
463 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp);
465 ALOGE("asked for OBD2_FREEZE_FRAME at invalid timestamp");
473 outValue->timestamp = freezeFrame->timestamp;
[all...]
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp151 data.timestamp,
165 data.timestamp,
172 data.timestamp,
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_kgsl.h340 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
347 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
357 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
365 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
374 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
406 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
415 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
525 unsigned int timestamp; member in struct:kgsl_timestamp_event
645 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
669 unsigned int timestamp; member in struct:kgsl_submit_commands
754 unsigned int timestamp; member in struct:kgsl_gpu_event_timestamp
835 unsigned int timestamp; member in struct:kgsl_gpu_command
[all...]
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_kgsl.h254 * that can be mmap()ed from this driver. The timestamp fields are volatile
256 * @soptimestamp: Start of pipeline timestamp written by GPU before the
259 * @eoptimestamp: End of pipeline timestamp written by GPU after the
286 /* timestamp id*/
288 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
289 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
440 /* block until the GPU has executed past a given timestamp
444 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
453 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
465 * timestamp i
476 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds
488 unsigned int timestamp; /*output param */ member in struct:kgsl_cmdstream_readtimestamp
505 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
557 unsigned int timestamp; /*output param */ member in struct:kgsl_cmdstream_readtimestamp_ctxtid
567 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
715 unsigned int timestamp; /* Timestamp to trigger event on */ member in struct:kgsl_timestamp_event
1005 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
1059 unsigned int timestamp; member in struct:kgsl_submit_commands
1240 unsigned int timestamp; member in struct:kgsl_gpu_event_timestamp
1396 unsigned int timestamp; member in struct:kgsl_gpu_command
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DDummyDevice.cpp211 void DummyDevice::onVsync(int64_t timestamp) argument
216 mHwc.vsync(mDisp, timestamp);
/hardware/interfaces/camera/device/1.0/
H A DICameraDevicePreviewCallback.hal108 * Set the timestamp for the next buffer to enqueue
115 * @param timestamp The timestamp to set for future buffers.
118 setTimestamp(int64_t timestamp) generates (Status status);
H A Dtypes.hal273 int64_t timestamp;
/hardware/interfaces/gnss/1.0/
H A DIGnssCallback.hal179 * @param timestamp Marks the instance of reporting.
196 gnssNmeaCb(GnssUtcTime timestamp, string nmea);
/hardware/libhardware/include/hardware/
H A Dcamera.h66 typedef void (*camera_data_timestamp_callback)(int64_t timestamp,
95 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp201 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
210 loc_logger.TIMESTAMP = timestamp;
218 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp203 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
212 loc_logger.TIMESTAMP = timestamp;
220 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8909w_3100/android/location_api/
H A DLocationUtil.cpp66 out.timestamp = static_cast<GnssUtcTime>(in.timestamp);
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_log.cpp197 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
206 loc_logger.TIMESTAMP = timestamp;
214 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp201 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
204 loc_logger.TIMESTAMP = timestamp;
212 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
211 loc_logger.TIMESTAMP = timestamp;
219 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp203 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
212 loc_logger.TIMESTAMP = timestamp;
220 Generates a timestamp using the current system time
/hardware/qcom/gps/msm8998/android/location_api/
H A DLocationUtil.cpp66 out.timestamp = static_cast<GnssUtcTime>(in.timestamp);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp199 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
208 loc_logger.TIMESTAMP = timestamp;
216 Generates a timestamp using the current system time
/hardware/qcom/gps/utils/
H A Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
211 loc_logger.TIMESTAMP = timestamp;
219 Generates a timestamp using the current system time
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );

Completed in 8674 milliseconds

1234567891011>>