Home
last modified time | relevance | path

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

/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java48 public Connection(Thread thread, ParcelFileDescriptor pfd) { in Connection()
120 final Thread thread = new Thread(connection, "ToyVpnThread"); in startConnection() local
134 private void setConnectingThread(final Thread thread) { in setConnectingThread()
/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/tools/bugreport/src/com/android/bugreport/logcat/
DLogLine.java95 public ThreadInfo thread; field in LogLine
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DChatManager.java70 Thread thread = new Thread() { in write() local
/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/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArguments.java117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
DMissileLauncherActivity.java139 Thread thread = new Thread(this); in setDevice() 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/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp228 for (auto &thread : threads) { in ReadInputDumpFiles() local
/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