/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/ |
D | aenc_svr.c | 60 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/ |
D | aenc_svr.c | 60 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/ |
D | aenc_svr.c | 60 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/ |
D | aenc_svr.c | 60 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/ |
D | hwc_vsync.cpp | 57 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()
|
D | hwc_uevents.cpp | 182 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/ |
D | aenc_svr.h | 80 char thread_name[128]; member
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/ |
D | aenc_svr.h | 80 char thread_name[128]; member
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/ |
D | aenc_svr.h | 80 char thread_name[128]; member
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/ |
D | aenc_svr.h | 80 char thread_name[128]; member
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_uevents.cpp | 214 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()
|
D | hwc_vsync.cpp | 115 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/ |
D | hwc_uevents.cpp | 214 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()
|
D | hwc_vsync.cpp | 115 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/ |
D | hwc_vsync.cpp | 106 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()
|
D | hwc_uevents.cpp | 317 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/ |
D | hwc_vsync.cpp | 96 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()
|
D | hwc_uevents.cpp | 324 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/ |
D | copybit_c2d.cpp | 217 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/ |
D | copybit_c2d.cpp | 219 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/ |
D | copybit_c2d.cpp | 217 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/ |
D | copybit_c2d.cpp | 217 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/ |
D | copybit_c2d.cpp | 216 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/ |
D | copybit_c2d.cpp | 216 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()
|