HomeSort by relevance Sort by last modified time
    Searched full:thread_proc_init (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 226 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/msmcobalt/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h 45 int (*thread_proc_init) (void * context); member in struct:loc_eng_dmn_conn_thelper
53 int (*thread_proc_init) (void * context),
loc_eng_dmn_conn_thread_helper.c 225 if (thelper->thread_proc_init) {
226 result = thelper->thread_proc_init(thelper->thread_context);
280 thread_proc_init - The initialization function pointer
297 int (*thread_proc_init) (void * context),
312 thelper->thread_proc_init = thread_proc_init;

Completed in 445 milliseconds