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

/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.h150 const char* threadName,
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp63 String8 threadName; local
65 threadName = String8::format("PC2-%d-FrameProc", mCameraId);
66 mFrameProcessor->run(threadName.string());
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1095 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
1105 args.name = (char*) threadName;
1110 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1169 const char* threadName,
1177 if (!threadName)
1178 threadName = "unnamed thread";
1182 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1185 threadName, threadPriority, threadStackSize, threadId);
1166 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/api1/
H A DCamera2Client.cpp92 String8 threadName; local
95 threadName = String8::format("C2-%d-StreamProc",
97 mStreamingProcessor->run(threadName.string());
100 threadName = String8::format("C2-%d-FrameProc",
102 mFrameProcessor->run(threadName.string());
105 threadName = String8::format("C2-%d-CaptureSeq",
107 mCaptureSequencer->run(threadName.string());
110 threadName = String8::format("C2-%d-JpegProc",
112 mJpegProcessor->run(threadName.string());
134 threadName
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp78 String8 threadName; local
80 threadName = String8::format("CDU-%d-FrameProc", mCameraId);
81 mFrameProcessor->run(threadName.string());

Completed in 51 milliseconds