/hardware/interfaces/tv/tuner/aidl/default/ |
D | Timer.h | 5 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/ |
D | os_time.c | 128 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/ |
D | goog_sensor_motion_test.cc | 72 int64_t start_time = elapsedRealtimeNano(); in CheckQuerySensorEventsBetweenTimestamps() local 84 start_time, end_time, ×tamps, &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/ |
D | pwrstats_util.cpp | 162 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/ |
D | HintManager.h | 50 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/ |
D | goog_gyro_direct.h | 99 int64_t start_time, int64_t end_time,
|
D | goog_sensor_motion.cc | 139 int64_t start_time, int64_t end_time, in QuerySensorEventsBetweenTimestamps() argument 159 if (event_time <= start_time || event_time > end_time) { in QuerySensorEventsBetweenTimestamps()
|
D | goog_sensor_motion.h | 149 int64_t start_time, int64_t end_time,
|
D | goog_gyro_direct.cc | 204 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/ |
D | AstcTexture.cpp | 168 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/ |
D | h264_utils.h | 222 start_time(0), in perf_metrics() 234 OMX_U64 start_time; variable
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 179 start_time(0), in perf_metrics() 191 OMX_U64 start_time; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 222 start_time(0), in perf_metrics() 234 OMX_U64 start_time; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 222 start_time(0), in perf_metrics() 234 OMX_U64 start_time; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 217 start_time(0), in perf_metrics() 230 OMX_U64 start_time; variable
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 289 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()
|
D | wsi_common_x11.c | 1442 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/ |
D | oslo_config_test.c | 342 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/ |
D | main.c | 736 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/ |
D | thermal_stats_helper.cpp | 81 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()
|
D | thermal_stats_helper.h | 114 boot_clock::time_point start_time; member
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | HintManager.cc | 104 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/ |
D | h264_utils.cpp | 435 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/ |
D | h264_utils.cpp | 435 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/ |
D | h264_utils.cpp | 435 start_time = get_act_time(); in start() 444 proc_time += (stop_time - start_time); in stop() 460 start_time = 0; in reset()
|