Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 25 of 34) sorted by relevance

12

/hardware/interfaces/tv/tuner/aidl/default/
DTimer.h5 Timer() { start_time = steady_clock::now(); } in Timer()
11 return duration_cast<milliseconds>(current_time - start_time).count(); in get_elapsed_time_ms()
15 time_point<steady_clock> start_time;
/hardware/google/gfxstream/guest/mesa/src/util/
Dos_time.c128 int64_t start_time = os_time_get_nano(); in os_wait_until_zero() local
129 int64_t end_time = start_time + timeout; in os_wait_until_zero()
132 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_motion_test.cc72 int64_t start_time = elapsedRealtimeNano(); in CheckQuerySensorEventsBetweenTimestamps() local
84 start_time, end_time, &timestamps, &motion_vector_x, &motion_vector_y, in CheckQuerySensorEventsBetweenTimestamps()
92 EXPECT_GT(timestamps.front(), start_time); in CheckQuerySensorEventsBetweenTimestamps()
99 start_time = end_time; in CheckQuerySensorEventsBetweenTimestamps()
/hardware/google/pixel/pwrstats_util/
Dpwrstats_util.cpp162 auto start_time = std::chrono::system_clock::now(); in daemon() local
185 std::chrono::duration<double> elapsed_seconds = end_time - start_time; in daemon()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h50 start_time(std::chrono::steady_clock::time_point::min()), in HintStatus()
52 std::chrono::steady_clock::time_point start_time; member
/hardware/google/camera/common/sensor_listener/
Dgoog_gyro_direct.h99 int64_t start_time, int64_t end_time,
Dgoog_sensor_motion.cc139 int64_t start_time, int64_t end_time, in QuerySensorEventsBetweenTimestamps() argument
159 if (event_time <= start_time || event_time > end_time) { in QuerySensorEventsBetweenTimestamps()
Dgoog_sensor_motion.h149 int64_t start_time, int64_t end_time,
Dgoog_gyro_direct.cc204 int64_t start_time, int64_t end_time, in QueryGyroEventsBetweenTimestamps() argument
243 if (event_vector[index].timestamp <= start_time) { in QueryGyroEventsBetweenTimestamps()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp168 auto start_time = std::chrono::steady_clock::now(); in on_vkCmdCopyBufferToImageImpl() local
255 ms_elapsed += std::chrono::duration_cast<milliseconds>(end_time - start_time).count(); in on_vkCmdCopyBufferToImageImpl()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h222 start_time(0), in perf_metrics()
234 OMX_U64 start_time; variable
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h179 start_time(0), in perf_metrics()
191 OMX_U64 start_time; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h222 start_time(0), in perf_metrics()
234 OMX_U64 start_time; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h222 start_time(0), in perf_metrics()
234 OMX_U64 start_time; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h217 start_time(0), in perf_metrics()
230 OMX_U64 start_time; variable
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c289 struct timespec start_time, end_time; in wsi_headless_swapchain_acquire_next_image() local
294 clock_gettime(CLOCK_MONOTONIC, &start_time); in wsi_headless_swapchain_acquire_next_image()
295 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_headless_swapchain_acquire_next_image()
Dwsi_common_x11.c1442 struct timespec rel_timeout, abs_timespec_realtime, start_time; in x11_acquire_next_image_poll_x11() local
1460 clock_gettime(CLOCK_REALTIME, &start_time); in x11_acquire_next_image_poll_x11()
1461 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_acquire_next_image_poll_x11()
2461 struct timespec rel_timeout, abs_timespec_realtime, start_time; in x11_wait_for_present_polled() local
2470 clock_gettime(CLOCK_REALTIME, &start_time); in x11_wait_for_present_polled()
2471 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_wait_for_present_polled()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_config_test.c342 time_t start_time; in ping_test() local
346 start_time = time(NULL); in ping_test()
359 } while (difftime(time(NULL), start_time) <= ping_timeout_sec); in ping_test()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c736 inv_time_t start_time; in main() local
879 start_time = inv_get_tick_count(); in main()
886 total_time = (1.0 * inv_get_tick_count() - start_time) / 1000; in main()
/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp81 curr_temp_status->start_time = boot_clock::now(); in resetCurrentTempStatus()
258 .start_time = boot_clock::time_point::min(), in initializeSensorAbnormalityStats()
370 << " start_time=" << curr_temp_status.start_time.time_since_epoch().count(); in verifySensorAbnormality()
375 boot_clock::now() - curr_temp_status.start_time); in verifySensorAbnormality()
Dthermal_stats_helper.h114 boot_clock::time_point start_time; member
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc104 actions_.at(hint_type).status->start_time) in DoHintStatus()
106 actions_.at(hint_type).status->start_time = now; in DoHintStatus()
120 now - actions_.at(hint_type).status->start_time) in EndHintStatus()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp435 start_time = get_act_time(); in start()
444 proc_time += (stop_time - start_time); in stop()
460 start_time = 0; in reset()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp435 start_time = get_act_time(); in start()
444 proc_time += (stop_time - start_time); in stop()
460 start_time = 0; in reset()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp435 start_time = get_act_time(); in start()
444 proc_time += (stop_time - start_time); in stop()
460 start_time = 0; in reset()

12