OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBusy
(Results
1 - 7
of
7
) 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;
/hardware/libhardware/modules/camera/
Camera.h
85
bool
mBusy
;
Camera.cpp
56
mBusy
(false),
84
if (
mBusy
) {
91
mBusy
= true;
121
if (!
mBusy
) {
128
mBusy
= false;
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h
79
bool
mBusy
;
CaptureSequencer.cpp
39
mBusy
(false),
67
if (
mBusy
) {
235
mBusy
= true;
250
mBusy
= false;
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
139
if (
mBusy
[i]) {
356
// -- It's done implicitly in canConnectUnsafe /w the
mBusy
array
387
mBusy
is set to false as the last step of the Client destructor,
395
if (
mBusy
[cameraId]) {
862
android_atomic_write(1, &
mBusy
[cameraId]);
868
android_atomic_write(0, &
mBusy
[cameraId]);
[
all
...]
CameraService.h
352
volatile int32_t
mBusy
[MAX_CAMERAS];
Completed in 687 milliseconds