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

/frameworks/native/include/utils/
H A DAndroidThreads.h42 const char* threadName,
54 const char* threadName,
63 const char* threadName,
106 const char* threadName = "android:unnamed_thread",
111 return androidCreateThreadEtc(entryFunction, userData, threadName,
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java73 public AnimationThread(RenderSessionImpl scene, String threadName, argument
75 super(threadName);
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h133 const char* threadName,
/frameworks/native/libs/utils/
H A DThreads.cpp89 char * threadName; member in struct:thread_data_t
97 char * name = t->threadName;
138 const char* threadName,
148 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
158 t->threadName = threadName ? strdup(threadName) : NULL;
270 const char* threadName,
305 const char* threadName,
310 return gCreateThreadFn(entryFunction, userData, threadName,
136 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
303 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp944 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
954 args.name = (char*) threadName;
959 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1018 const char* threadName,
1026 assert(threadName != NULL);
1030 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1033 threadName, threadPriority, threadStackSize, threadId);
1015 javaCreateThreadEtc( android_thread_func_t entryFunction, void* userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t* threadId) argument
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp99 String8 threadName; local
104 threadName = String8::format("C2-%d-FrameProc",
106 mFrameProcessor->run(threadName.string());
109 threadName = String8::format("C2-%d-CaptureSeq",
111 mCaptureSequencer->run(threadName.string());
114 threadName = String8::format("C2-%d-JpegProc",
116 mJpegProcessor->run(threadName.string());
119 threadName = String8::format("C2-%d-ZslProc",
121 mZslProcessor->run(threadName.string());
124 threadName
[all...]

Completed in 325 milliseconds