/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 48 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/ |
D | DeadlockDetector.java | 43 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()
|
D | Inspector.java | 236 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/ |
D | LogLine.java | 95 public ThreadInfo thread; field in LogLine
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | ChatManager.java | 70 Thread thread = new Thread() { in write() local
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoManager.java | 335 Thread thread = taskArray[taskArrayIndex].mThreadThis; in cancelAll() local 362 Thread thread = downloaderTask.getCurrentThread(); in removeDownload() local
|
D | PhotoTask.java | 225 public void setCurrentThread(Thread thread) { in setCurrentThread()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ServiceStartArguments.java | 117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
D | MissileLauncherActivity.java | 139 Thread thread = new Thread(this); in setDevice() local
|
/development/tools/bugreport/src/com/android/bugreport/html/ |
D | Renderer.java | 269 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/ |
D | header_abi_linker.cpp | 228 for (auto &thread : threads) { in ReadInputDumpFiles() local
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 797 private LunarThread thread; field in LunarView
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 530 HandlerThread thread = new HandlerThread("CameraPreview"); in updatePreview() local
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 1293 private JetBoyThread thread; field in JetBoyView
|