Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 25 of 78) sorted by relevance

1234

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DThreadFactory.java38 Looper buildLooperOnNewThread(String threadName); in buildLooperOnNewThread()
46 Handler buildHandlerOnNewThread(String threadName); in buildHandlerOnNewThread()
54 Executor buildExecutorOnNewThread(String threadName); in buildExecutorOnNewThread()
62 DelayableExecutor buildDelayableExecutorOnNewThread(String threadName); in buildDelayableExecutorOnNewThread()
H A DThreadFactoryImpl.java32 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread()
39 public Handler buildHandlerOnNewThread(String threadName) { in buildHandlerOnNewThread()
44 public Executor buildExecutorOnNewThread(String threadName) { in buildExecutorOnNewThread()
49 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java45 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread()
50 public Handler buildHandlerOnNewThread(String threadName) { in buildHandlerOnNewThread()
55 public Executor buildExecutorOnNewThread(String threadName) { in buildExecutorOnNewThread()
60 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DHandlerFactory.java31 public Handler create(Lifetime lifetime, String threadName) { in create()
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create()
/aosp12/hardware/qcom/gps/msm8960/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
71 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/sdm845/gps/msm8960/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
71 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/gps/msm8994/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/gps/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/gps/msm8084/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/sdm845/gps/msm8084/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/sdm845/gps/msm8994/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/sdm845/gps/core/
H A DMsgTask.cpp47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : in MsgTask()
57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : in MsgTask()
86 void MsgTask::createPThread(const char* threadName) { in createPThread()
/aosp12/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
H A DLocThread.cpp66 const char* threadName, LocRunnable* runnable, bool joinable) : in LocThreadDelegate()
112 const char* threadName, LocRunnable* runnable, bool joinable) { in create()
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A DMsgTask.cpp43 const char* threadName, bool joinable) : in MsgTask()
51 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
H A DLocThread.cpp67 const char* threadName, LocRunnable* runnable, bool joinable) : in LocThreadDelegate()
114 const char* threadName, LocRunnable* runnable, bool joinable) { in create()
213 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
/aosp12/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
H A DLocThread.cpp66 const char* threadName, LocRunnable* runnable, bool joinable) : in LocThreadDelegate()
112 const char* threadName, LocRunnable* runnable, bool joinable) { in create()
211 bool LocThread::start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable… in start()
/aosp12/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.cpp43 const char* threadName, bool joinable) : in MsgTask()
51 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A DMsgTask.cpp43 const char* threadName, bool joinable) : in MsgTask()
51 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DMsgTask.cpp45 const char* threadName, bool joinable) : in MsgTask()
53 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/
H A DMsgTask.cpp44 const char* threadName, bool joinable) : in MsgTask()
52 MsgTask::MsgTask(const char* threadName, bool joinable) : in MsgTask()

1234