Searched refs:ts (Results 26 - 50 of 57) sorted by relevance

123

/hardware/ti/omap4xxx/
H A Dheaptracker.c530 struct timespec ts; local
543 clock_gettime(CLOCK_REALTIME, &ts);
544 ts.tv_sec += SCANNER_SLEEP_S;
545 pthread_cond_timedwait(&scanner_cond, &scanner_lock, &ts);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h234 int inv_get_6_axis_gyro_accel_timestamp(long sample_rate_us, inv_time_t *ts);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp172 results[i].ts =
258 ALOGE("gscan_get_hotlist_ap_found_results: ts %lld ", results[i].ts);
478 result->ts =
618 ALOGE("handleEvent:FULL_SCAN_RESULTS: ts %lld ", result->ts);
H A Dgscan.cpp1191 ALOGI("HAL: ts %lld \n", result->ts);
1466 results[i].ts =
1552 ALOGE("gscan_get_cached_results: ts %lld ", results[i].ts);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h239 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
H A Domx_vdec.h507 bool insert_ts(OMX_TICKS ts);
508 bool pop_min_ts(OMX_TICKS &ts);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h243 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
H A Domx_vdec_hevc.h505 bool insert_ts(OMX_TICKS ts);
506 bool pop_min_ts(OMX_TICKS &ts);
H A Domx_vdec.h562 bool insert_ts(OMX_TICKS ts);
563 bool pop_min_ts(OMX_TICKS &ts);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp246 TrustletSession *ts = getTrustletSession(sessionId); local
247 if (ts == NULL) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp525 TrustletSession *ts = device->registerTrustletConnection( local
528 if (!ts) {
535 ts->processQueuedNotifications();
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp964 struct timespec ts; local
966 clock_gettime(CLOCK_MONOTONIC, &ts);
967 //ALOGV("Time %lld", (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec);
968 return (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp387 struct timespec ts; local
394 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
399 ts.tv_sec += 1;
403 &loaded_start_stop_mlock, &ts);
419 struct timespec ts; local
426 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
431 ts.tv_sec += 1;
435 &loaded_start_stop_mlock, &ts);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp489 struct timespec ts; local
497 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
502 ts.tv_sec += 1;
506 &loaded_start_stop_mlock, &ts);
523 struct timespec ts; local
531 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
536 ts.tv_sec += 1;
540 &loaded_start_stop_mlock, &ts);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c560 struct timespec ts; local
561 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
562 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec;
563 long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp257 result->ts = it2.get_u64();
259 result->ts = it2.get_u16();
393 ALOGI("%lld\t", result->ts);
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2714 struct timespec ts; local
2715 clock_gettime(CLOCK_MONOTONIC, &ts);
2716 s->timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
2768 struct timespec ts; local
2769 clock_gettime(CLOCK_MONOTONIC, &ts) ;
2770 s->timestamp = (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec;
3866 LOGV_IF(ENG_VERBOSE && INPUT_DATA, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp);
4559 struct timespec ts;
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2665 struct timespec ts; local
2666 clock_gettime(CLOCK_MONOTONIC, &ts);
2667 s->timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
3850 LOGV_IF(ENG_VERBOSE, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp);
4424 struct timespec ts;
4425 clock_gettime(CLOCK_MONOTONIC, &ts);
4426 temp.timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
5970 struct timespec ts;
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp2261 struct timespec ts;
2262 clock_gettime(CLOCK_MONOTONIC, &ts);
2263 temp.timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {} argument
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp386 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
397 m_ts_arr_list[idx].timestamp = ts;
399 ts, idx);
411 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
437 ts = 0;
440 ts = m_ts_arr_list[min_idx].timestamp;
443 ts, min_idx);
595 property_get("vidc.dec.debug.ts", property_value, "0");
597 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
1983 struct timespec ts; local
[all...]
H A Domx_vdec.cpp309 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
320 m_ts_arr_list[idx].timestamp = ts;
322 ts, idx);
335 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
361 ts = 0;
364 ts = m_ts_arr_list[min_idx].timestamp;
367 ts, min_idx);
512 property_get("vidc.dec.debug.ts", property_value, "0");
514 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2943 // activate ts predictio
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c543 struct timespec ts; local
545 if (!clock_gettime(CLOCK_MONOTONIC, &ts))
546 now = ((uint64_t)ts.tv_sec) * 1000000000ull + ts.tv_nsec;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp313 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
326 m_ts_arr_list[idx].timestamp = ts;
328 ts, idx);
341 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
373 ts = 0;
378 ts = m_ts_arr_list[min_idx].timestamp;
381 ts, min_idx);
522 property_get("vidc.dec.debug.ts", property_value, "0");
524 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
3091 // activate ts predictio
[all...]
H A Domx_vdec_copper.cpp325 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
338 m_ts_arr_list[idx].timestamp = ts;
340 ts, idx);
353 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
385 ts = 0;
390 ts = m_ts_arr_list[min_idx].timestamp;
393 ts, min_idx);
527 property_get("vidc.dec.debug.ts", property_value, "0");
529 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2884 // activate ts predictio
[all...]

Completed in 934 milliseconds

123