Searched defs:threadName (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DAbstractStatsBase.java50 protected AbstractStatsBase(String fileName, String threadName, boolean lock) { argument
52 mBackgroundThreadName = threadName;
/frameworks/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java72 public AnimationThread(RenderSessionImpl scene, String threadName, argument
74 super(threadName);
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java71 protected TransferPipe(String bufferPrefix, String threadName) throws IOException { argument
72 mThread = new Thread(this, threadName);
/frameworks/support/compat/src/main/java/androidx/core/provider/
H A DSelfDestructiveThread.java79 String threadName, int priority, int destructAfterMillisec) {
80 mThreadName = threadName;
78 SelfDestructiveThread( String threadName, int priority, int destructAfterMillisec) argument
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp49 InterceptVSyncsCallback interceptVSyncsCallback, const char* threadName)
62 pthread_setname_np(mThread.native_handle(), threadName);
48 EventThread(VSyncSource* src, ResyncWithRateLimitCallback resyncWithRateLimitCallback, InterceptVSyncsCallback interceptVSyncsCallback, const char* threadName) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp115 String8 threadName; local
118 threadName = String8::format("C2-%d-StreamProc",
122 threadName = String8::format("C2-%d-FrameProc",
124 mFrameProcessor->run(threadName.string());
127 threadName = String8::format("C2-%d-CaptureSeq",
129 mCaptureSequencer->run(threadName.string());
132 threadName = String8::format("C2-%d-JpegProc",
134 mJpegProcessor->run(threadName.string());
138 threadName = String8::format("C2-%d-ZslProc",
140 mZslProcessor->run(threadName
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp106 String8 threadName; local
108 threadName = String8::format("CDU-%s-FrameProc", mCameraIdStr.string());
109 mFrameProcessor->run(threadName.string());
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1200 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
1210 args.name = (char*) threadName;
1215 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1274 const char* threadName,
1282 LOG_ALWAYS_FATAL_IF(threadName == nullptr, "threadName not provided to javaCreateThreadEtc");
1286 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1289 threadName, threadPriority, threadStackSize, threadId);
1271 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 189 milliseconds