Searched defs:from (Results 1 - 5 of 5) sorted by relevance
/hardware/qcom/gps/msm8909/utils/ |
H A D | LocTimer.cpp | 14 * from this software without specific prior written permission. 61 or stopped, the obj is removed from the container. Since it 65 LocTimerContainer - core of the timer service. It is a container (derived from 124 // remove a timer / alarm obj from the container 163 // the atual timer would have been removed from the container. 338 // update soonest timer only if mTimer is actually removed from 447 // be repetitvely called, it must return true from the previous call. 451 // we have max 2 descriptors to poll from 643 double getDeltaSeconds(struct timespec from, struct timespec to) { argument 645 - from [all...] |
/hardware/qcom/gps/msm8996/utils/ |
H A D | LocTimer.cpp | 14 * from this software without specific prior written permission. 61 or stopped, the obj is removed from the container. Since it 65 LocTimerContainer - core of the timer service. It is a container (derived from 124 // remove a timer / alarm obj from the container 163 // the atual timer would have been removed from the container. 337 // update soonest timer only if mTimer is actually removed from 445 // be repetitvely called, it must return true from the previous call. 449 // we have max 2 descriptors to poll from 641 double getDeltaSeconds(struct timespec from, struct timespec to) { argument 643 - from [all...] |
/hardware/qcom/gps/msm8998/utils/ |
H A D | LocTimer.cpp | 14 * from this software without specific prior written permission. 62 or stopped, the obj is removed from the container. Since it 66 LocTimerContainer - core of the timer service. It is a container (derived from 125 // remove a timer / alarm obj from the container 164 // the atual timer would have been removed from the container. 338 // update soonest timer only if mTimer is actually removed from 446 // be repetitvely called, it must return true from the previous call. 450 // we have max 2 descriptors to poll from 647 double getDeltaSeconds(struct timespec from, struct timespec to) { argument 649 - from [all...] |
/hardware/qcom/gps/sdm845/utils/ |
H A D | LocTimer.cpp | 14 * from this software without specific prior written permission. 61 or stopped, the obj is removed from the container. Since it 65 LocTimerContainer - core of the timer service. It is a container (derived from 124 // remove a timer / alarm obj from the container 163 // the atual timer would have been removed from the container. 337 // update soonest timer only if mTimer is actually removed from 445 // be repetitvely called, it must return true from the previous call. 449 // we have max 2 descriptors to poll from 653 double getDeltaSeconds(struct timespec from, struct timespec to) { argument 655 - from [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | gscan.cpp | 156 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from); 159 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) argument 161 to->ts = from->ts; 162 to->channel = from->channel; 163 to->rssi = from->rssi; 164 to->rtt = from->rtt; 165 to->rtt_sd = from->rtt_sd; 166 to->beacon_period = from->beacon_period; 167 to->capability = from->capability; 168 memcpy(to->ssid, from [all...] |
Completed in 718 milliseconds