/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/ |
D | aenc_svr.c | 120 r = pthread_create(&aac_info->thr, 0, omx_aac_msg, aac_info); in omx_aac_thread_create() 173 r = pthread_create(&aac_info->thr, 0, omx_aac_events, aac_info); in omx_aac_event_thread_create()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/ |
D | aenc_svr.c | 121 r = pthread_create(&qcelp13_info->thr, 0, omx_qcelp13_msg, qcelp13_info); in omx_qcelp13_thread_create() 175 r = pthread_create(&qcelp13_info->thr, 0, omx_qcelp13_events, qcelp13_info); in omx_qcelp13_event_thread_create()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/ |
D | aenc_svr.c | 120 r = pthread_create(&evrc_info->thr, 0, omx_evrc_msg, evrc_info); in omx_evrc_thread_create() 173 r = pthread_create(&evrc_info->thr, 0, omx_evrc_events, evrc_info); in omx_evrc_event_thread_create()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/ |
D | aenc_svr.c | 120 r = pthread_create(&amr_info->thr, 0, omx_amr_msg, amr_info); in omx_amr_thread_create() 173 r = pthread_create(&amr_info->thr, 0, omx_amr_events, amr_info); in omx_amr_event_thread_create()
|
/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo() 179 pthread_create(&writer, NULL, fullQueueWriterTask, &writerCtx); in testFullQueueIo()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 887 rc = pthread_create(&back_thread_id, NULL, back_thread, ¶ms); in mm_app_dtc_7() 889 rc = pthread_create(&front_thread_id, NULL, front_thread, ¶ms); in mm_app_dtc_7() 925 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_8() 927 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_8() 963 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_9() 965 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_9() 1001 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_10() 1003 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_10() 1039 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams); in mm_app_dtc_11() 1041 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_11() [all …]
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | thread.cpp | 51 ret = pthread_create(&id, NULL, Instance, this); in Start()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(… macro 52 #define pthread_create(thhandle,attr,thfunc,tharg) \
|
/hardware/qcom/camera/QCamera2/util/ |
D | QCameraCmdThread.cpp | 96 pthread_create(&cmd_pid, in launch()
|
/hardware/qcom/gps/msm8960/core/ |
D | MsgTask.cpp | 79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 138 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/qcom/gps/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8994/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8084/core/ |
D | MsgTask.cpp | 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_task.c | 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
/hardware/bsp/intel/peripheral/libupm/src/lol/ |
D | lol.cxx | 157 pthread_create (&drawer_thread, NULL, do_draw, NULL); in LoL()
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_task.c | 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.c | 96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()
|
D | vp9_thread.h | 47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/ril/libril/ |
D | RilSocket.cpp | 65 result = pthread_create(&socketThreadId, &attr, pptr, this); in onNewCommandConnect()
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | main.c | 84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.cpp | 79 } else if (pthread_create(&mThandle, NULL, threadMain, this)) { in LocThreadDelegate()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 79 } else if (pthread_create(&mThandle, NULL, threadMain, this)) { in LocThreadDelegate()
|
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/ |
D | pulsensor.cxx | 74 error = pthread_create (&(sample_thread), NULL, &Pulsensor::do_sample, this); in start_sampler()
|