/hardware/qcom/gps/msm8909/utils/ |
loc_timer.h | 48 cb_func: callback function pointer, implemented by client. 57 NULL, if timer start fails (e.g. if cb_func is NULL). 60 loc_timer_callback cb_func,
|
/hardware/qcom/gps/msm8996/utils/ |
loc_timer.h | 48 cb_func: callback function pointer, implemented by client. 57 NULL, if timer start fails (e.g. if cb_func is NULL). 60 loc_timer_callback cb_func,
|
/hardware/qcom/gps/msmcobalt/utils/ |
loc_timer.h | 48 cb_func: callback function pointer, implemented by client. 57 NULL, if timer start fails (e.g. if cb_func is NULL). 60 loc_timer_callback cb_func,
|
/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)) 829 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func, 831 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false), [all...] |
/hardware/qcom/gps/msm8084/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/msm8909/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,
|
/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,
|
/hardware/qcom/gps/msm8994/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,
|
/hardware/qcom/gps/msm8996/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,
|
/hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 153 static Servicer* getServicer(servicerType type, void *cb_func); 156 Servicer(void *cb_func) 157 { callback = (void(*)(void))(cb_func); } 167 ExtServicer(void *cb_func) 168 { callbackExt = (int(*)(void *))(cb_func); } 178 AGpsServicer(void *cb_func) 179 { callbackAGps = (void(*)(AGpsStatus *))(cb_func); } 212 AgpsStateMachine(servicerType servType, void *cb_func, 261 void *cb_func,
|
/external/vboot_reference/futility/ |
traversal.c | 57 static int (* const * const cb_func[])(struct futil_traverse_state_s *state) = { variable 61 BUILD_ASSERT(ARRAY_SIZE(cb_func) == NUM_FUTIL_OPS); 179 if (cb_func[state->op][c]) 180 return cb_func[state->op][c](state);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.cpp | 65 info->event_cb[info->num_event_cb].cb_func = func; 91 info->event_cb[info->num_event_cb].cb_func = func; 117 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); 141 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
|
/hardware/qcom/gps/msm8084/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/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/msm8994/utils/ |
loc_timer.c | 131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, 138 if(cb_func == NULL || msec == 0) { 158 t->callback_func = cb_func;
|
/hardware/qcom/gps/utils/ |
loc_timer.c | 131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func, 138 if(cb_func == NULL || msec == 0) { 158 t->callback_func = cb_func;
|
/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:__anon33141 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/gps/msm8084/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:__anon33227 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/gps/msm8909/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:__anon33285 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/gps/msm8994/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:__anon33404 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/gps/msm8996/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:__anon33462 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/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_rpc_glue.c | 86 loc_event_cb_f_type *cb_func; /* callback func */ member in struct:__anon33540 121 if (index >= LOC_API_CB_MAX_CLIENTS || loc_glue_callback_table[index].cb_func == NULL) 148 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, 151 LOC_LOGV("cb_func=%p", loc_glue_callback_table[index].cb_func); 276 loc_glue_callback_table[i].cb_func = NULL; 352 loc_glue_callback_table[i].cb_func = event_callback; 418 loc_glue_callback_table[i].cb_func = NULL;
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
common.cpp | 68 info->event_cb[i].cb_func = func; 80 info->event_cb[info->num_event_cb].cb_func = func; 106 info->event_cb[i].cb_func = func; 119 info->event_cb[info->num_event_cb].cb_func = func;
|