/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 115 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/ |
D | loc_timer.c | 115 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/ |
D | loc_timer.c | 131 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/ |
D | loc_timer.c | 115 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/ |
D | loc_timer.c | 131 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/ |
D | loc_timer.c | 131 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/ |
D | loc_timer.c | 115 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/ |
D | loc_timer.c | 131 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/ |
D | atchannel.c | 90 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/ |
D | types.hal | 110 * 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/ |
D | IGnssMeasurement.hal | 36 * intra-measurement time offsets in the range from 0-2000msec can be
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurement.hal | 31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
|
/hardware/interfaces/power/1.1/ |
D | types.hal | 32 * Time spent in msec at this subsystem-level sleep state since boot.
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurement.hal | 31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 30 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 611 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/ |
D | LocTimer.cpp | 623 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/ |
D | LocTimer.cpp | 619 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/ |
D | LocTimer.cpp | 612 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/ |
D | LocTimer.cpp | 617 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/ |
D | LocTimer.cpp | 626 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/ |
D | LocTimer.cpp | 624 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/ |
D | LocTimer.cpp | 626 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/ |
D | LocTimer.cpp | 626 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/ |
D | LocTimer.cpp | 623 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()
|