Searched defs:threadName (Results 1 - 5 of 5) 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/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp92 String8 threadName; local
95 threadName = String8::format("C2-%d-StreamProc",
99 threadName = String8::format("C2-%d-FrameProc",
101 mFrameProcessor->run(threadName.string());
104 threadName = String8::format("C2-%d-CaptureSeq",
106 mCaptureSequencer->run(threadName.string());
109 threadName = String8::format("C2-%d-JpegProc",
111 mJpegProcessor->run(threadName.string());
115 threadName = String8::format("C2-%d-ZslProc",
117 mZslProcessor->run(threadName
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp95 String8 threadName; local
97 threadName = String8::format("CDU-%d-FrameProc", mCameraId);
98 mFrameProcessor->run(threadName.string());
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1118 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
1128 args.name = (char*) threadName;
1133 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1192 const char* threadName,
1200 LOG_ALWAYS_FATAL_IF(threadName == nullptr, "threadName not provided to javaCreateThreadEtc");
1204 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1207 threadName, threadPriority, threadStackSize, threadId);
1189 javaCreateThreadEtc( android_thread_func_t entryFunction, void* userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t* threadId) argument
/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 344 milliseconds