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/base/core/jni/
H A DAndroidRuntime.cpp1151 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
1161 args.name = (char*) threadName;
1166 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1225 const char* threadName,
1233 if (!threadName)
1234 threadName = "unnamed thread";
1238 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1241 threadName, threadPriority, threadStackSize, threadId);
1222 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());
135 threadName
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp85 String8 threadName; local
87 threadName = String8::format("CDU-%d-FrameProc", mCameraId);
88 mFrameProcessor->run(threadName.string());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 121 milliseconds