Searched refs:threadName (Results 1 - 8 of 8) 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/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java72 public AnimationThread(RenderSessionImpl scene, String threadName, argument
74 super(threadName);
/frameworks/support/compat/java/android/support/v4/provider/
H A DSelfDestructiveThread.java78 String threadName, int priority, int destructAfterMillisec) {
79 mThreadName = threadName;
77 SelfDestructiveThread( String threadName, int priority, int destructAfterMillisec) argument
/frameworks/base/core/jni/include/android_runtime/
H A DAndroidRuntime.h150 const char* threadName,
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1138 static int javaAttachThread(const char* threadName, JNIEnv** pEnv) argument
1148 args.name = (char*) threadName;
1153 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
1212 const char* threadName,
1220 LOG_ALWAYS_FATAL_IF(threadName == nullptr, "threadName not provided to javaCreateThreadEtc");
1224 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1227 threadName, threadPriority, threadStackSize, threadId);
1209 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.cpp98 String8 threadName; local
101 threadName = String8::format("C2-%d-StreamProc",
105 threadName = String8::format("C2-%d-FrameProc",
107 mFrameProcessor->run(threadName.string());
110 threadName = String8::format("C2-%d-CaptureSeq",
112 mCaptureSequencer->run(threadName.string());
115 threadName = String8::format("C2-%d-JpegProc",
117 mJpegProcessor->run(threadName.string());
121 threadName = String8::format("C2-%d-ZslProc",
123 mZslProcessor->run(threadName
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp99 String8 threadName; local
101 threadName = String8::format("CDU-%s-FrameProc", mCameraIdStr.string());
102 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 7574 milliseconds