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

/hardware/qcom/camera/msm8998/QCamera2/util/
H A Dcamscope_packet_type.cpp244 * @thread_id : identifier of where the packet originates from
252 int32_t thread_id, uint32_t event_name) {
255 scope_struct->thread_id = thread_id;
270 * @thread_id : identifier of where the packet originates from
278 int32_t thread_id, uint32_t event_name,
281 timestamp, thread_id, event_name);
296 * @thread_id : identifier of where the packet originates from
308 int32_t thread_id, uint32_t event_name,
313 timestamp, thread_id, event_nam
249 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
276 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
305 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
377 int32_t thread_id = (int32_t)get_thread_id(); local
417 int32_t thread_id = (int32_t)get_thread_id(); local
460 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/gps/msm8998/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.c320 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
323 result = pthread_create(&thelper->thread_id, NULL,
388 result = pthread_join(thelper->thread_id, NULL);
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h53 pthread_t thread_id; /**< the isr handler thread id */ member in struct:_gpio
144 pthread_t thread_id; /**< the isr handler thread id */ member in struct:_iio
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
H A Dgpio.c461 if (dev->thread_id != 0) {
481 pthread_create(&dev->thread_id, NULL, mraa_gpio_interrupt_handler, (void*) dev);
492 if (dev->thread_id == 0 && dev->isr_value_fp == -1) {
501 if ((dev->thread_id != 0)) {
503 if ((pthread_cancel(dev->thread_id) != 0) || (pthread_join(dev->thread_id, NULL) != 0)) {
508 if (pthread_join(dev->thread_id, NULL) != 0)
524 dev->thread_id = 0;
/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c345 if (dev->thread_id != 0) {
356 pthread_create(&dev->thread_id, NULL, mraa_iio_trigger_handler, (void*) dev);
498 if (dev->thread_id != 0) {
516 pthread_create(&dev->thread_id, NULL, mraa_iio_event_handler, (void*) dev);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcamscope_packet_type.h235 int32_t thread_id; member in struct:__anon3202
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c121 pthread_t thread_id; member in struct:__anon2695
744 ret = pthread_create(&client[i].thread_id, NULL, encode_test,
754 pthread_join(client[i].thread_id, NULL);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c121 pthread_t thread_id; member in struct:__anon3381
744 ret = pthread_create(&client[i].thread_id, NULL, encode_test,
754 pthread_join(client[i].thread_id, NULL);
/hardware/libhardware/modules/vehicle/
H A Dvehicle.c54 pthread_t thread_id; member in struct:subscription

Completed in 298 milliseconds