Home
last modified time | relevance | path

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

12

/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/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h46 start_time(std::chrono::steady_clock::time_point::min()), in HintStatus()
48 std::chrono::steady_clock::time_point start_time; member
/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/camera/common/sensor_listener/
Dgoog_gyro_direct.h99 int64_t start_time, int64_t end_time,
Dgoog_sensor_motion.h149 int64_t start_time, int64_t end_time,
Dgoog_sensor_motion.cc139 int64_t start_time, int64_t end_time, in QuerySensorEventsBetweenTimestamps() argument
152 if (event_time <= start_time || event_time > end_time) { in QuerySensorEventsBetweenTimestamps()
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/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h179 start_time(0), in perf_metrics()
191 OMX_U64 start_time; variable
/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/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h217 start_time(0), in perf_metrics()
230 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/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h222 start_time(0), in perf_metrics()
234 OMX_U64 start_time; variable
/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/power-libperfmgr/libperfmgr/
DHintManager.cc97 actions_.at(hint_type).status->start_time) in DoHintStatus()
99 actions_.at(hint_type).status->start_time = now; in DoHintStatus()
113 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-legacy/vidc/vdec/src/
Dh264_utils.cpp471 start_time = get_act_time(); in start()
481 proc_time += (stop_time - start_time); in stop()
498 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()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp427 start_time = get_act_time(); in start()
436 proc_time += (stop_time - start_time); in stop()
452 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/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp61 struct timeval start_time; variable
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc1804 struct timespec start_time; in RequestStreamBuffers() local
1805 if (clock_gettime(CLOCK_BOOTTIME, &start_time)) { in RequestStreamBuffers()
1808 start_timestamp = start_time.tv_sec * kNsPerSec + start_time.tv_nsec; in RequestStreamBuffers()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h481 start_time(0), in perf_metrics()
493 OMX_U64 start_time; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h272 start_time(0), in perf_metrics()
284 OMX_U64 start_time; variable
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h561 uint8 start_time[8]; member
579 uint8 start_time[8]; member
593 uint8 start_time[8]; member

12