/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_agps.cpp | 583 Servicer* Servicer :: getServicer(servicerType type, void *cb_func) 588 return (new Servicer(cb_func)); 590 return (new ExtServicer(cb_func)); 592 return (new AGpsServicer(cb_func)); 624 void *cb_func, 632 mServicer(Servicer :: getServicer(servType, (void *)cb_func)) 829 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func, 831 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false), [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_agps.cpp | 583 Servicer* Servicer :: getServicer(servicerType type, void *cb_func) 588 return (new Servicer(cb_func)); 590 return (new ExtServicer(cb_func)); 592 return (new AGpsServicer(cb_func)); 624 void *cb_func, 632 mServicer(Servicer :: getServicer(servType, (void *)cb_func)) 829 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func, 831 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false), [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_agps.cpp | 583 Servicer* Servicer :: getServicer(servicerType type, void *cb_func) 588 return (new Servicer(cb_func)); 590 return (new ExtServicer(cb_func)); 592 return (new AGpsServicer(cb_func)); 624 void *cb_func, 632 mServicer(Servicer :: getServicer(servType, (void *)cb_func)) 829 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func, 831 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false), [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.h | 164 nl_recvmsg_msg_cb_t cb_func; member in struct:__anon47064
|
wifi_hal.cpp | 562 nl_recvmsg_msg_cb_t cb_func = cbi->cb_func; local 569 if (cb_func) 570 (*cb_func)(msg, cb_arg); [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
common.h | 71 nl_recvmsg_msg_cb_t cb_func; member in struct:__anon52544
|
wifi_hal.cpp | 965 if (cbi->cb_func) { 966 (*(cbi->cb_func))(msg, cbi->cb_arg); [all...] |
/external/libevent/ |
evbuffer-internal.h | 67 valid; otherwise, cb_func is valid. */ 69 evbuffer_cb_func cb_func; member in union:evbuffer_cb_entry::__anon24745
|
buffer.c | 508 cbent->cb.cb_func(buffer, &info, cbent->cbarg); [all...] |
/hardware/qcom/gps/msm8909/utils/ |
LocTimer.cpp | 612 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, 617 if (cb_func) { 618 locTimerWrapper = new LocTimerWrapper(cb_func, caller_data);
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
LocTimer.cpp | 624 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, 629 if (cb_func) { 630 locTimerWrapper = new LocTimerWrapper(cb_func, caller_data);
|
/hardware/qcom/gps/msm8996/utils/ |
LocTimer.cpp | 611 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, 616 if (cb_func) { 617 locTimerWrapper = new LocTimerWrapper(cb_func, caller_data);
|
/hardware/qcom/gps/msm8998/utils/ |
LocTimer.cpp | 623 void* loc_timer_start(uint64_t msec, loc_timer_callback cb_func, 628 if (cb_func) { 629 locTimerWrapper = new LocTimerWrapper(cb_func, caller_data);
|