Searched refs:create_thread_cb (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.h46 int loc_eng_dmn_conn_loc_api_server_launch(thelper_create_thread create_thread_cb,
H A Dloc.h70 gps_create_thread create_thread_cb; member in struct:__anon935
H A Dloc_eng_dmn_conn_thread_helper.h57 thelper_create_thread create_thread_cb,
H A Dloc_eng_dmn_conn_thread_helper.c301 thelper_create_thread create_thread_cb,
318 if (create_thread_cb) {
320 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
296 loc_eng_dmn_conn_launch_thelper(struct loc_eng_dmn_conn_thelper * thelper, int (*thread_proc_init) (void * context), int (*thread_proc_pre) (void * context), int (*thread_proc) (void * context), int (*thread_proc_post) (void * context), thelper_create_thread create_thread_cb, void * context) argument
H A Dloc_eng_dmn_conn.cpp131 int loc_eng_dmn_conn_loc_api_server_launch(thelper_create_thread create_thread_cb, argument
146 create_thread_cb,
H A Dloc.cpp230 callbacks->create_thread_cb, /* create_thread_cb */
H A Dloc_eng.cpp241 loc_eng_data.context = (void*)LocEngContext::get(callbacks->create_thread_cb);
798 loc_eng_dmn_conn_loc_api_server_launch(callbacks->create_thread_cb,
/hardware/libhardware/include/hardware/
H A Dgps.h327 * Can only be called from a thread created by create_thread_cb.
332 * Can only be called from a thread created by create_thread_cb.
337 * Can only be called from a thread created by create_thread_cb.
342 * Can only be called from a thread created by create_thread_cb.
378 gps_create_thread create_thread_cb; member in struct:__anon224
434 * Can only be called from a thread created by create_thread_cb.
441 gps_create_thread create_thread_cb; member in struct:__anon226
480 * Can only be called from a thread created by create_thread_cb.
487 gps_create_thread create_thread_cb; member in struct:__anon230
584 * Can only be called from a thread created by create_thread_cb
595 gps_create_thread create_thread_cb; member in struct:__anon233
636 gps_create_thread create_thread_cb; member in struct:__anon235
[all...]
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ni.cpp571 callbacks->create_thread_cb("loc_api_ni", loc_ni_thread_proc, NULL);
H A Dloc_eng.cpp236 loc_eng_data.deferred_action_thread = callbacks->create_thread_cb("loc_api",

Completed in 95 milliseconds