HomeSort by relevance Sort by last modified time
    Searched defs:threadName (Results 26 - 50 of 91) sorted by null

12 3 4

  /system/core/libutils/
ProcessCallStack.cpp 192 threadInfo.threadName = getThreadName(tid);
228 const String8& threadName = threadInfo.threadName;
231 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid);
Threads.cpp 80 char * threadName;
88 char * name = t->threadName;
128 const char* threadName __android_unused,
138 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
148 t->threadName = threadName ? strdup(threadName) : NULL;
260 const char* /*threadName*/,
295 const char* threadName,
300 return gCreateThreadFn(entryFunction, userData, threadName,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.cc 171 const char* threadName = "jni_audio_capture_thread";
173 kRealtimePriority, threadName);
    [all...]
audio_track_jni.cc 164 const char* threadName = "jni_audio_render_thread";
166 kRealtimePriority, threadName);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 78 String8 threadName;
80 threadName = String8::format("CDU-%d-FrameProc", mCameraId);
81 mFrameProcessor->run(threadName.string());
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 462 String threadName = thread.getName();
471 threadName, groupName, parentGroupName);
BinaryHprofReader.java 326 String threadName = readString();
333 System.out.println("\tthreadName=" + threadName);
339 threadName, groupName, parentGroupName);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 300 String threadName = Thread.currentThread().getName();
302 // System.out.println(threadName + " waiting");
304 // System.out.println(threadName + " done waiting");
306 // System.out.println(threadName + " interrupted.");
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 210 const char* threadName = "webrtc_audio_module_play_thread";
214 threadName);
298 const char* threadName = "webrtc_audio_module_capture_thread";
302 threadName);
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 92 String8 threadName;
95 threadName = String8::format("C2-%d-StreamProc",
97 mStreamingProcessor->run(threadName.string());
100 threadName = String8::format("C2-%d-FrameProc",
102 mFrameProcessor->run(threadName.string());
105 threadName = String8::format("C2-%d-CaptureSeq",
107 mCaptureSequencer->run(threadName.string());
110 threadName = String8::format("C2-%d-JpegProc",
112 mJpegProcessor->run(threadName.string());
134 threadName = String8::format("C2-%d-ZslProc"
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc 214 const char* threadName = "webrtc_audio_module_rec_thread";
216 kRealtimePriority, threadName);
237 threadName = "webrtc_audio_module_play_thread";
239 kRealtimePriority, threadName);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 233 const char* threadName = "webrtc_audio_module_thread";
237 threadName);
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 132 const char* threadName;
751 pKeys->threads[i].threadName = data + tab +1;
998 pKeys->threads[i].threadId, pKeys->threads[i].threadName);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 

Completed in 1716 milliseconds

12 3 4