Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
Daenc_svr.c60 aac_info->thread_name, in omx_aac_msg()
78 DEBUG_DETAIL("%s: message thread start\n", aac_info->thread_name); in omx_aac_events()
80 DEBUG_DETAIL("%s: message thread stop\n", aac_info->thread_name); in omx_aac_events()
109 strlcpy(aac_info->thread_name, th_name, sizeof(aac_info->thread_name)); in omx_aac_thread_create()
123 DEBUG_DETAIL("Created thread for %s \n", aac_info->thread_name); in omx_aac_thread_create()
162 strlcpy(aac_info->thread_name, th_name, sizeof(aac_info->thread_name)); in omx_aac_event_thread_create()
176 DEBUG_DETAIL("Created thread for %s \n", aac_info->thread_name); in omx_aac_event_thread_create()
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", aac_info->thread_name, in omx_aac_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Daenc_svr.c60 qcelp13_info->thread_name, in omx_qcelp13_msg()
78 DEBUG_DETAIL("%s: message thread start\n", qcelp13_info->thread_name); in omx_qcelp13_events()
80 DEBUG_DETAIL("%s: message thread stop\n", qcelp13_info->thread_name); in omx_qcelp13_events()
109 strlcpy(qcelp13_info->thread_name, th_name, in omx_qcelp13_thread_create()
110 sizeof(qcelp13_info->thread_name)); in omx_qcelp13_thread_create()
124 DEBUG_DETAIL("Created thread for %s \n", qcelp13_info->thread_name); in omx_qcelp13_thread_create()
163 strlcpy(qcelp13_info->thread_name, th_name, in omx_qcelp13_event_thread_create()
164 sizeof(qcelp13_info->thread_name)); in omx_qcelp13_event_thread_create()
178 DEBUG_DETAIL("Created thread for %s \n", qcelp13_info->thread_name); in omx_qcelp13_event_thread_create()
199 DEBUG_DETAIL("%s: message thread close fds%d %d\n", qcelp13_info->thread_name, in omx_qcelp13_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Daenc_svr.c60 evrc_info->thread_name, in omx_evrc_msg()
78 DEBUG_DETAIL("%s: message thread start\n", evrc_info->thread_name); in omx_evrc_events()
80 DEBUG_DETAIL("%s: message thread stop\n", evrc_info->thread_name); in omx_evrc_events()
109 strlcpy(evrc_info->thread_name, th_name, sizeof(evrc_info->thread_name)); in omx_evrc_thread_create()
123 DEBUG_DETAIL("Created thread for %s \n", evrc_info->thread_name); in omx_evrc_thread_create()
162 strlcpy(evrc_info->thread_name, th_name, sizeof(evrc_info->thread_name)); in omx_evrc_event_thread_create()
176 DEBUG_DETAIL("Created thread for %s \n", evrc_info->thread_name); in omx_evrc_event_thread_create()
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", evrc_info->thread_name, in omx_evrc_thread_stop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Daenc_svr.c60 amr_info->thread_name, in omx_amr_msg()
78 DEBUG_DETAIL("%s: message thread start\n", amr_info->thread_name); in omx_amr_events()
80 DEBUG_DETAIL("%s: message thread stop\n", amr_info->thread_name); in omx_amr_events()
109 strlcpy(amr_info->thread_name, th_name, sizeof(amr_info->thread_name)); in omx_amr_thread_create()
123 DEBUG_DETAIL("Created thread for %s \n", amr_info->thread_name); in omx_amr_thread_create()
162 strlcpy(amr_info->thread_name, th_name, sizeof(amr_info->thread_name)); in omx_amr_event_thread_create()
176 DEBUG_DETAIL("Created thread for %s \n", amr_info->thread_name); in omx_amr_event_thread_create()
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", amr_info->thread_name, in omx_amr_thread_stop()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp57 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
58 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in vsync_loop()
Dhwc_uevents.cpp182 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
183 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in uevent_loop()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
Daenc_svr.h80 char thread_name[128]; member
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
Daenc_svr.h80 char thread_name[128]; member
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
Daenc_svr.h80 char thread_name[128]; member
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
Daenc_svr.h80 char thread_name[128]; member
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_uevents.cpp214 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
215 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in uevent_loop()
Dhwc_vsync.cpp115 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
116 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in vsync_loop()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_uevents.cpp214 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
215 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in uevent_loop()
Dhwc_vsync.cpp115 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
116 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in vsync_loop()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp106 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
107 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in vsync_loop()
Dhwc_uevents.cpp317 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
318 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in uevent_loop()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp96 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
97 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in vsync_loop()
Dhwc_uevents.cpp324 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
325 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in uevent_loop()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp217 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp219 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
220 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp217 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp217 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp216 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
217 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp216 char thread_name[64] = "copybitWaitThr"; in c2d_wait_loop() local
217 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); in c2d_wait_loop()