OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mBusy
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java
45
private boolean
mBusy
= false;
104
if (!
mBusy
) {
141
mBusy
= false;
156
mBusy
= true;
160
mBusy
= true;
/frameworks/base/services/camera/libcameraservice/
CameraService.h
74
volatile int32_t
mBusy
[MAX_CAMERAS];
/packages/apps/Email/src/com/android/email/
MessagingController.java
136
private boolean
mBusy
;
174
// TODO: seems that this reading of
mBusy
isn't thread-safe
176
return
mBusy
;
190
mBusy
= true;
194
mBusy
= false;
[
all
...]
Completed in 141 milliseconds