OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mWorkerThread
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java
76
Thread
mWorkerThread
;
303
mWorkerThread
= new Thread("GalleryPicker Worker") {
309
BitmapManager.instance().allowThreadDecoding(
mWorkerThread
);
310
mWorkerThread
.start();
314
if (
mWorkerThread
!= null) {
315
BitmapManager.instance().cancelThreadDecoding(
mWorkerThread
, getContentResolver());
318
mWorkerThread
.join();
322
mWorkerThread
= null;
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
266
return
mWorkerThread
.get() != NULL && mState != ECDS_CONSTRUCTED;
475
return
mWorkerThread
.get();
487
sp<WorkerThread>
mWorkerThread
;
/frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java
92
private HandlerThread
mWorkerThread
;
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
Contact.java
491
Thread
mWorkerThread
;
496
mWorkerThread
= new Thread(new Runnable() {
519
mWorkerThread
.setPriority(Thread.MIN_PRIORITY);
520
mWorkerThread
.start();
[
all
...]
Completed in 346 milliseconds