Home | History | Annotate | Download | only in libcameraservice

Lines Matching defs:threadName

99     String8 threadName;
104 threadName = String8::format("C2-%d-FrameProc",
106 mFrameProcessor->run(threadName.string());
109 threadName = String8::format("C2-%d-CaptureSeq",
111 mCaptureSequencer->run(threadName.string());
114 threadName = String8::format("C2-%d-JpegProc",
116 mJpegProcessor->run(threadName.string());
119 threadName = String8::format("C2-%d-ZslProc",
121 mZslProcessor->run(threadName.string());
124 threadName = String8::format("C2-%d-CallbkProc",
126 mCallbackProcessor->run(threadName.string());