Searched refs:mBusy (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp39 mBusy(false),
67 if (mBusy) {
235 mBusy = true;
250 mBusy = false;
H A DCaptureSequencer.h79 bool mBusy; member in class:android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp139 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]);
H A DCameraService.h352 volatile int32_t mBusy[MAX_CAMERAS]; member in class:android::CameraService

Completed in 81 milliseconds