Searched refs:threadName (Results 1 - 25 of 26) sorted by relevance

12

/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { argument
81 return start(NULL, threadName, runnable, joinable);
H A DMsgTask.h48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
49 MsgTask(const char* threadName = NULL, bool joinable = true);
H A DLocThread.cpp40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
45 const char* threadName, LocRunnable* runnable, bool joinable);
66 const char* threadName, LocRunnable* runnable, bool joinable) :
71 if (!threadName) {
72 threadName = "LocThread";
78 mThandle = creator(threadName, threadMain, this);
88 memcpy(lname, threadName, len);
112 const char* threadName, LocRunnable* runnable, bool joinable) {
115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable);
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnabl argument
65 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) argument
111 create(LocThread::tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) argument
[all...]
H A DMsgTask.cpp44 const char* threadName, bool joinable) :
46 if (!mThread->start(tCreator, threadName, this, joinable)) {
52 MsgTask::MsgTask(const char* threadName, bool joinable) : argument
54 if (!mThread->start(threadName, this, joinable)) {
43 MsgTask(LocThread::tCreate tCreator, const char* threadName, bool joinable) argument
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { argument
81 return start(NULL, threadName, runnable, joinable);
H A DMsgTask.h48 MsgTask(LocThread::tCreate tCreator, const char* threadName = NULL, bool joinable = true);
49 MsgTask(const char* threadName = NULL, bool joinable = true);
H A DLocThread.cpp40 LocThreadDelegate(LocThread::tCreate creator, const char* threadName,
45 const char* threadName, LocRunnable* runnable, bool joinable);
66 const char* threadName, LocRunnable* runnable, bool joinable) :
71 if (!threadName) {
72 threadName = "LocThread";
78 mThandle = creator(threadName, threadMain, this);
88 memcpy(lname, threadName, len);
112 const char* threadName, LocRunnable* runnable, bool joinable) {
115 thread = new LocThreadDelegate(creator, threadName, runnable, joinable);
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnabl argument
65 LocThreadDelegate(LocThread::tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) argument
111 create(LocThread::tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable) argument
[all...]
H A DMsgTask.cpp44 const char* threadName, bool joinable) :
46 if (!mThread->start(tCreator, threadName, this, joinable)) {
52 MsgTask::MsgTask(const char* threadName, bool joinable) : argument
54 if (!mThread->start(threadName, this, joinable)) {
43 MsgTask(LocThread::tCreate tCreator, const char* threadName, bool joinable) argument
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
50 tCreator(threadName, loopMain,
53 createPThread(threadName);
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : argument
59 createPThread(threadName);
71 void MsgTask::createPThread(const char* threadName) { argument
81 NULL != threadName) {
83 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
H A DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/gps/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
50 tCreator(threadName, loopMain,
53 createPThread(threadName);
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : argument
59 createPThread(threadName);
86 void MsgTask::createPThread(const char* threadName) { argument
96 NULL != threadName) {
98 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
H A DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/gps/msm8084/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
50 tCreator(threadName, loopMain,
53 createPThread(threadName);
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : argument
59 createPThread(threadName);
86 void MsgTask::createPThread(const char* threadName) { argument
96 NULL != threadName) {
98 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
H A DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/gps/msm8994/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : argument
50 tCreator(threadName, loopMain,
53 createPThread(threadName);
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : argument
59 createPThread(threadName);
86 void MsgTask::createPThread(const char* threadName) { argument
96 NULL != threadName) {
98 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
H A DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/display/msm8960/libqdutils/
H A Didle_invalidator.cpp35 static const char *threadName = "Invalidator"; variable
80 run(threadName, android::PRIORITY_AUDIO);
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.cpp41 static const char *threadName = "IdleInvalidator"; variable
89 run(threadName, android::PRIORITY_LOWEST);
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.cpp41 static const char *threadName = "IdleInvalidator"; variable
89 run(threadName, android::PRIORITY_LOWEST);
/hardware/qcom/display/msm8909/libqdutils/
H A Didle_invalidator.cpp42 static const char *threadName = "IdleInvalidator"; variable
81 run(threadName, android::PRIORITY_LOWEST);
/hardware/qcom/display/msm8994/libqdutils/
H A Didle_invalidator.cpp42 static const char *threadName = "IdleInvalidator"; variable
81 run(threadName, android::PRIORITY_LOWEST);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h143 char threadName[THREAD_NAME_SIZE]; member in struct:__anon2562
179 char threadName[THREAD_NAME_SIZE]; member in struct:__anon2565
475 char threadName[THREAD_NAME_SIZE]; member in struct:mm_channel
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_thread.c349 mm_camera_cmd_thread_name(poll_cb->threadName);
587 mm_camera_cmd_thread_name(cmd_thread->threadName);
H A Dmm_camera.c124 mm_camera_cmd_thread_name(my_obj->evt_thread.threadName);
332 snprintf(my_obj->evt_thread.threadName, THREAD_NAME_SIZE, "CAM_Dispatch");
340 snprintf(my_obj->evt_poll_thread.threadName, THREAD_NAME_SIZE, "CAM_evntPoll");
H A Dmm_camera_channel.c1171 snprintf(my_obj->poll_thread[0].threadName, THREAD_NAME_SIZE, "CAM_dataPoll");
1529 snprintf(my_obj->cb_thread.threadName, THREAD_NAME_SIZE, "CAM_SuperBuf");
1535 snprintf(my_obj->cmd_thread.threadName, THREAD_NAME_SIZE, "CAM_SuperBufCB");

Completed in 999 milliseconds

12