Home
last modified time | relevance | path

Searched refs:threadName (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8960/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() argument
50 tCreator(threadName, loopMain, in MsgTask()
53 createPThread(threadName); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() argument
59 createPThread(threadName); in MsgTask()
71 void MsgTask::createPThread(const char* threadName) { in createPThread() argument
81 NULL != threadName) { in createPThread()
83 memcpy(lname, threadName, MAX_TASK_COMM_LEN); in createPThread()
DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/gps/core/
DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask() argument
50 tCreator(threadName, loopMain, in MsgTask()
53 createPThread(threadName); in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask() argument
59 createPThread(threadName); in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread() argument
96 NULL != threadName) { in createPThread()
98 memcpy(lname, threadName, MAX_TASK_COMM_LEN); in createPThread()
DMsgTask.h51 MsgTask(tCreate tCreator, const char* threadName);
52 MsgTask(tAssociate tAssociator, const char* threadName);
/hardware/qcom/display/msm8960/libqdutils/
Didle_invalidator.cpp35 static const char *threadName = "Invalidator"; variable
80 run(threadName, android::PRIORITY_AUDIO); in markForSleep()
/hardware/qcom/display/msm8974/libqdutils/
Didle_invalidator.cpp35 static const char *threadName = "Invalidator"; variable
84 run(threadName, android::PRIORITY_AUDIO); in markForSleep()
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.cpp41 static const char *threadName = "IdleInvalidator"; variable
89 run(threadName, android::PRIORITY_LOWEST); in init()
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp41 static const char *threadName = "IdleInvalidator"; variable
89 run(threadName, android::PRIORITY_LOWEST); in init()