Searched refs:thread_id (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp247 * @thread_id : identifier of where the packet originates from
255 int32_t thread_id, uint32_t event_name) {
258 scope_struct->thread_id = thread_id;
273 * @thread_id : identifier of where the packet originates from
281 int32_t thread_id, uint32_t event_name,
284 timestamp, thread_id, event_name);
299 * @thread_id : identifier of where the packet originates from
311 int32_t thread_id, uint32_t event_name,
316 timestamp, thread_id, event_nam
252 fill_camscope_sw_base(camscope_sw_base *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name) argument
279 fill_camscope_timing(camscope_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, uint32_t frame_id) argument
308 fill_camscope_in_out_timing(camscope_in_out_timing *scope_struct, uint32_t packet_type, uint32_t size, struct timeval timestamp, int32_t thread_id, uint32_t event_name, struct timeval in_timestamp, struct timeval out_timestamp, uint32_t frame_id) argument
380 int32_t thread_id = (int32_t)get_thread_id(); local
420 int32_t thread_id = (int32_t)get_thread_id(); local
463 int32_t thread_id = (int32_t)get_thread_id(); local
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
H A Dloc_eng_dmn_conn_thread_helper.c321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcamscope_packet_type.h238 int32_t thread_id; member in struct:__anon2307
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c121 pthread_t thread_id; member in struct:__anon2494
750 ret = pthread_create(&client[i].thread_id, NULL, encode_test,
760 pthread_join(client[i].thread_id, NULL);

Completed in 140 milliseconds