Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mBusy

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]) {
852 android_atomic_write(1, &mBusy[cameraId]);
858 android_atomic_write(0, &mBusy[cameraId]);