Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/java/com/android/server/
DMasterClearReceiver.java42 Thread thr = new Thread("Reboot") { in onReceive() local
DSystemServer.java813 Thread thr = new ServerThread(); in init2() local
/frameworks/base/media/libstagefright/codecs/aacdec/
Dps_bstr_decoding.cpp266 UInt32 thr; in ps_bstr_decoding() local
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=thr)?1:0) argument
Dadaptive_smooth_no_mmx.cpp218 int thr, /* i */ in AdaptiveSmooth_NoMMX()
Dderinging_luma.cpp41 int thr, blks, incr; in Deringing_Luma() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbStorageActivity.java113 HandlerThread thr = new HandlerThread("SystemUI UsbStorageActivity"); in onCreate() local
DStorageNotification.java75 HandlerThread thr = new HandlerThread("SystemUI StorageNotification"); in StorageNotification() local
/frameworks/base/core/java/android/os/
DBinder.java264 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java641 WMThread thr = new WMThread(context, pm, haveInputMethods, allowBootMsgs); in main() local
771 PolicyThread thr = new PolicyThread(mPolicy, this, context, pm); in WindowManagerService() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4847 Thread thr = new Thread("BatteryStats-Write") { in writeLocked() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java1234 AThread thr = new AThread(); in main() local