HomeSort by relevance Sort by last modified time
    Searched refs:mBusy (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 45 private boolean mBusy = false;
105 if (!mBusy) {
147 mBusy = false;
162 mBusy = true;
166 mBusy = true;
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 73 volatile int32_t mBusy[MAX_CAMERAS];
CameraService.cpp 91 if (mBusy[i]) {
142 if (mBusy[cameraId]) {
232 android_atomic_write(1, &mBusy[cameraId]);
236 android_atomic_write(0, &mBusy[cameraId]);
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 123 private boolean mBusy;
153 // TODO: seems that this reading of mBusy isn't thread-safe
155 return mBusy;
169 mBusy = true;
173 mBusy = false;
    [all...]

Completed in 86 milliseconds