Home
last modified time | relevance | path

Searched refs:NSEC_PER_MSEC (Results 1 – 3 of 3) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dtransport.c37 #define NSEC_PER_MSEC 1000000L macro
126 ts_timeout = ts_add_ns(ts, bwt * NSEC_PER_MSEC); in block_recv()
132 ts = ts_add_ns(ts, 2 * NSEC_PER_MSEC); in block_recv()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDisplay.cpp144 mSet_timestamp_num_ns_prior_to_vsync = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()
146 mVfe_and_mdp_freq_wiggle_filter_max_ns = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()
148 mVfe_and_mdp_freq_wiggle_filter_min_ns = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()
DQCameraDisplay.h40 #define NSEC_PER_MSEC 1000000LLU macro