/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 149 static Servicer* getServicer(servicerType type, void *cb_func); 152 Servicer(void *cb_func) 153 { callback = (void(*)(void))(cb_func); } 163 ExtServicer(void *cb_func) 164 { callbackExt = (int(*)(void *))(cb_func); } 174 AGpsServicer(void *cb_func) 175 { callbackAGps = (void(*)(AGpsStatus *))(cb_func); } 208 AgpsStateMachine(servicerType servType, void *cb_func, 257 void *cb_func,
|
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/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 149 static Servicer* getServicer(servicerType type, void *cb_func); 152 Servicer(void *cb_func) 153 { callback = (void(*)(void))(cb_func); } 163 ExtServicer(void *cb_func) 164 { callbackExt = (int(*)(void *))(cb_func); } 174 AGpsServicer(void *cb_func) 175 { callbackAGps = (void(*)(AGpsStatus *))(cb_func); } 208 AgpsStateMachine(servicerType servType, void *cb_func, 257 void *cb_func,
|
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)) 830 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func, 832 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false), [all...] |
/hardware/qcom/gps/msm8960/utils/ |
loc_timer.c | 115 int loc_timer_start(unsigned int msec, loc_timer_callback cb_func, 123 if(cb_func == NULL || msec == 0) { 136 t->callback_func = cb_func;
|
/hardware/qcom/gps/utils/ |
loc_timer.c | 115 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, 122 if(cb_func == NULL || msec == 0) { 142 t->callback_func = cb_func;
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.cpp | 53 info->event_cb[info->num_event_cb].cb_func = func; 79 info->event_cb[info->num_event_cb].cb_func = func; 105 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); 129 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
|
common.h | 110 nl_recvmsg_msg_cb_t cb_func; member in struct:__anon39363
|
wifi_hal.cpp | 333 nl_recvmsg_msg_cb_t cb_func = cbi->cb_func; local 342 (*cb_func)(msg, cb_arg);
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_rpc_glue.c | 87 loc_event_cb_f_type *cb_func; /* callback func */ member in struct:__anon40943 122 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL) 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, 152 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func); 277 loc_glue_callback_table[i].cb_func = NULL; 353 loc_glue_callback_table[i].cb_func = event_callback; 419 loc_glue_callback_table[i].cb_func = NULL;
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
common.cpp | 66 info->event_cb[info->num_event_cb].cb_func = func; 85 info->event_cb[info->num_event_cb].cb_func = func; 97 info->event_cb[info->num_event_cb].cb_func = func;
|
common.h | 60 nl_recvmsg_msg_cb_t cb_func; member in struct:__anon41572
|
wifi_hal.cpp | 369 (*(cbi->cb_func))(msg, cbi->cb_arg);
|
/external/lldb/include/lldb/DataFormatters/ |
TypeSummary.h | 426 SetBackendFunction (Callback cb_func) 428 m_impl = cb_func;
|