Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimationThread.java73 public AnimationThread(RenderSessionImpl scene, String threadName, in AnimationThread() argument
75 super(threadName); in AnimationThread()
/frameworks/base/core/jni/
DAndroidRuntime.cpp1151 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) in javaAttachThread() argument
1161 args.name = (char*) threadName; in javaAttachThread()
1166 ALOGI("NOTE: attach of thread '%s' failed\n", threadName); in javaAttachThread()
1225 const char* threadName, in javaCreateThreadEtc() argument
1233 if (!threadName) in javaCreateThreadEtc()
1234 threadName = "unnamed thread"; in javaCreateThreadEtc()
1238 args[2] = (void*) strdup(threadName); // javaThreadShell must free in javaCreateThreadEtc()
1241 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp92 String8 threadName; in initialize() local
95 threadName = String8::format("C2-%d-StreamProc", in initialize()
97 mStreamingProcessor->run(threadName.string()); in initialize()
100 threadName = String8::format("C2-%d-FrameProc", in initialize()
102 mFrameProcessor->run(threadName.string()); in initialize()
105 threadName = String8::format("C2-%d-CaptureSeq", in initialize()
107 mCaptureSequencer->run(threadName.string()); in initialize()
110 threadName = String8::format("C2-%d-JpegProc", in initialize()
112 mJpegProcessor->run(threadName.string()); in initialize()
135 threadName = String8::format("C2-%d-ZslProc", in initialize()
[all …]
/frameworks/base/include/android_runtime/
DAndroidRuntime.h150 const char* threadName,
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp85 String8 threadName; in initialize() local
87 threadName = String8::format("CDU-%d-FrameProc", mCameraId); in initialize()
88 mFrameProcessor->run(threadName.string()); in initialize()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...