HomeSort by relevance Sort by last modified time
    Searched refs:NSEC_PER_MSEC (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/suspend_stress/
suspend_stress.cpp 33 #define NSEC_PER_MSEC (NSEC_PER_SEC/MSEC_PER_SEC)
168 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
172 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
183 actual_time.tv_nsec / NSEC_PER_MSEC,
188 actual_time.tv_nsec / NSEC_PER_MSEC,
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraDisplay.h 40 #define NSEC_PER_MSEC 1000000LLU
QCameraDisplay.cpp 144 mSet_timestamp_num_ns_prior_to_vsync = atoi(value) * NSEC_PER_MSEC;
146 mVfe_and_mdp_freq_wiggle_filter_max_ns = atoi(value) * NSEC_PER_MSEC;
148 mVfe_and_mdp_freq_wiggle_filter_min_ns = atoi(value) * NSEC_PER_MSEC;
  /system/core/healthd/
healthd_mode_charger.cpp 64 #define NSEC_PER_MSEC (1000000LL)
183 return tm.tv_sec * MSEC_PER_SEC + (tm.tv_nsec / NSEC_PER_MSEC);

Completed in 523 milliseconds