Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 13 of 13) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java43 public ThreadSnapshot thread; field in DeadlockDetector.ThreadRecord
45 public ThreadRecord(ProcessSnapshot process, ThreadSnapshot thread) { in ThreadRecord()
235 TreeSet<LockRecord> alreadyVisited, ProcessSnapshot process, ThreadSnapshot thread) { in addLockRecordsForThread()
DInspector.java236 private boolean markOutgoingBinderThread(ThreadSnapshot thread) { in markOutgoingBinderThread()
293 private boolean markIncomingBinderThread(ThreadSnapshot thread) { in markIncomingBinderThread()
404 private boolean isThreadBlocked(ThreadSnapshot thread) { in isThreadBlocked()
473 private boolean isThreadInteresting(ThreadSnapshot thread) { in isThreadInteresting()
499 private boolean matchesJavaStack(ThreadSnapshot thread, String name, String[] signature) { in matchesJavaStack()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java335 Thread thread = taskArray[taskArrayIndex].mThreadThis; in cancelAll() local
362 Thread thread = downloaderTask.getCurrentThread(); in removeDownload() local
DPhotoTask.java225 public void setCurrentThread(Thread thread) { in setCurrentThread()
/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogLine.java95 public ThreadInfo thread; field in LogLine
/development/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArguments.java117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java269 private void makeThreadSnapshotHdf(Data hdf, ProcessSnapshot process, ThreadSnapshot thread) { in makeThreadSnapshotHdf()
449 final ThreadSnapshot thread = process.threads.get(i); in sortThreads() local
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
DMissileLauncherActivity.java139 Thread thread = new Thread(this); in setDevice() local
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dprocessor.h81 #define release_thread(thread) do { } while(0) argument
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java797 private LunarThread thread; field in LunarView
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java530 HandlerThread thread = new HandlerThread("CameraPreview"); in updatePreview() local
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1293 private JetBoyThread thread; field in JetBoyView
/development/ndk/platforms/android-9/include/linux/raid/
Dmd_k.h102 struct mdk_thread_s *thread; member