Home
last modified time | relevance | path

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

/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/ndk/platforms/android-9/arch-mips/include/asm/
Dprocessor.h81 #define release_thread(thread) do { } while(0) argument
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h173 pthread_t thread; member
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java451 HandlerThread thread = new HandlerThread("CameraPreview"); in updatePreview() local
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java797 private LunarThread thread; field in LunarView
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1293 private JetBoyThread thread; field in JetBoyView
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h102 struct mdk_thread_s *thread; member