Searched refs:thread_proc_init (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
H A Dloc_eng_dmn_conn_thread_helper.c226 if (thelper->thread_proc_init) {
227 result = thelper->thread_proc_init(thelper->thread_context);
281 thread_proc_init - The initialization function pointer
298 int (*thread_proc_init) (void * context),
313 thelper->thread_proc_init = thread_proc_init;

Completed in 153 milliseconds