Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 202) sorted by relevance

123456789

/hardware/st/secure_element/ese-spi-driver/utils-lib/
DUtils.cc59 int Utils_getElapsedTimeInMs(struct timeval t1, struct timeval t2) { in Utils_getElapsedTimeInMs()
75 int Utils_getElapsedTimeInUs(struct timeval t1, struct timeval t2) { in Utils_getElapsedTimeInUs()
91 struct timeval currentTime; in Utils_printCurrentTime()
DUtils.h45 int Utils_getElapsedTimeInMs(struct timeval t1, struct timeval t2);
55 int Utils_getElapsedTimeInUs(struct timeval t1, struct timeval t2);
/hardware/qcom/camera/msm8998/QCamera2/util/
Dcamscope_packet_type.cpp254 struct timeval timestamp, in fill_camscope_sw_base()
280 uint32_t size, struct timeval timestamp, in fill_camscope_timing()
310 struct timeval timestamp, in fill_camscope_in_out_timing()
312 struct timeval in_timestamp, in fill_camscope_in_out_timing()
313 struct timeval out_timestamp, in fill_camscope_in_out_timing()
339 struct timeval timestamp; in camscope_base_log()
375 struct timeval timestamp; in camscope_sw_base_log()
415 struct timeval timestamp; in camscope_timing_log()
453 struct timeval in_timestamp, in camscope_in_out_timing_log()
454 struct timeval out_timestamp, in camscope_in_out_timing_log()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcamscope_packet_type.h237 struct timeval timestamp;
249 struct timeval in_timestamp;
250 struct timeval out_timestamp;
269 struct timeval in_timestamp,
270 struct timeval out_timestamp,
/hardware/ril/libril/
Dril_event.cpp96 static void getNow(struct timeval * tv) in getNow()
162 struct timeval now; in processTimeouts()
215 static int calcNextTimeout(struct timeval * tv) in calcNextTimeout()
218 struct timeval now; in calcNextTimeout()
286 void ril_timer_add(struct ril_event * ev, struct timeval * tv) in ril_timer_add()
297 struct timeval now; in ril_timer_add()
349 struct timeval tv; in ril_event_loop()
350 struct timeval * ptv; in ril_event_loop()
Dril_event.h30 struct timeval timeout;
45 void ril_timer_add(struct ril_event * ev, struct timeval * tv);
/hardware/st/secure_element/ese-spi-driver/
DSpiLayerComm.cc66 struct timeval startTime; in SpiLayerComm_waitForAtpLength()
67 struct timeval currentTime; in SpiLayerComm_waitForAtpLength()
235 struct timeval startTime; in SpiLayerComm_waitForResponse()
236 struct timeval currentTime; in SpiLayerComm_waitForResponse()
DSpiLayerDriver.cc29 struct timeval lastRxTxTime;
111 struct timeval currentTime; in SpiLayerDriver_read()
180 struct timeval currentTime; in SpiLayerDriver_write()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Drb_wrapper.h43 struct timeval last_push_time;
50 void rb_check_for_timeout(struct rb_info *rb_info, struct timeval *now);
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Drb_wrapper.h43 struct timeval last_push_time;
50 void rb_check_for_timeout(struct rb_info *rb_info, struct timeval *now);
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_tv_drm.h67 struct timeval hdr_reset_start_ = {};
68 struct timeval hdr_reset_end_ = {};
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h96 struct timeval lastUeventTime;
97 struct timeval lastEnableVsyncTime;
98 struct timeval lastDisableVsyncTime;
99 struct timeval lastValidateTime;
100 struct timeval lastPresentTime;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_util.c44 struct timeval tv; in GetTimeStamp()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime()
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp80 static struct timeval toTimeval(std::chrono::microseconds t) { in toTimeval()
81 struct timeval tv; in toTimeval()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp172 struct timeval now; /* sec and usec */ in loc_get_time()
231 struct timeval tv; in get_timestamp()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp172 struct timeval now; /* sec and usec */ in loc_get_time()
225 struct timeval tv; in get_timestamp()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp173 struct timeval now; /* sec and usec */ in loc_get_time()
232 struct timeval tv; in get_timestamp()

123456789