Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c115 int loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
123 if(cb_func == NULL || msec == 0) { in loc_timer_start()
138 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8960/utils/
Dloc_timer.c115 int loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
123 if(cb_func == NULL || msec == 0) { in loc_timer_start()
138 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/gps/utils/
Dloc_timer.c131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
138 if(cb_func == NULL || msec == 0) { in loc_timer_start()
160 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8084/utils/
Dloc_timer.c115 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
122 if(cb_func == NULL || msec == 0) { in loc_timer_start()
144 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8994/utils/
Dloc_timer.c131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
138 if(cb_func == NULL || msec == 0) { in loc_timer_start()
160 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/sdm845/gps/utils/
Dloc_timer.c131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
138 if(cb_func == NULL || msec == 0) { in loc_timer_start()
160 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c115 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
122 if(cb_func == NULL || msec == 0) { in loc_timer_start()
144 t->time_msec = msec; in loc_timer_start()
/hardware/qcom/gps/msm8994/utils/
Dloc_timer.c131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, in loc_timer_start() argument
138 if(cb_func == NULL || msec == 0) { in loc_timer_start()
160 t->time_msec = msec; in loc_timer_start()
/hardware/ril/reference-ril/
Datchannel.c90 static void setTimespecRelative(struct timespec *p_ts, long long msec) in setTimespecRelative() argument
96 p_ts->tv_sec = tv.tv_sec + (msec / 1000); in setTimespecRelative()
97 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L; in setTimespecRelative()
105 static void sleepMsec(long long msec) in sleepMsec() argument
110 ts.tv_sec = (msec / 1000); in sleepMsec()
111 ts.tv_nsec = (msec % 1000) * 1000 * 1000; in sleepMsec()
/hardware/interfaces/power/1.0/
Dtypes.hal110 * Total time in msec the voter voted for the platform sleep state since
135 * Time spent in msec at this platform-level sleep state since boot.
/hardware/interfaces/gnss/1.0/
DIGnssMeasurement.hal36 * intra-measurement time offsets in the range from 0-2000msec can be
/hardware/interfaces/gnss/2.1/
DIGnssMeasurement.hal31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
/hardware/interfaces/power/1.1/
Dtypes.hal32 * Time spent in msec at this subsystem-level sleep state since boot.
/hardware/interfaces/gnss/2.0/
DIGnssMeasurement.hal31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
/hardware/interfaces/gnss/1.1/
DIGnssMeasurement.hal30 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp611 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
620 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/gps/msm8998/utils/
DLocTimer.cpp623 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
632 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocTimer.cpp619 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
628 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp612 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
621 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocTimer.cpp617 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
626 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sm7150/gps/utils/
DLocTimer.cpp626 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
635 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocTimer.cpp624 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
633 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sm8150/gps/utils/
DLocTimer.cpp626 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
635 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocTimer.cpp626 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
635 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocTimer.cpp623 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, in loc_timer_start() argument
632 locTimerWrapper->start(msec, wake_on_expire); in loc_timer_start()

12