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;
104 if (!mBusy) {
141 mBusy = false;
156 mBusy = true;
160 mBusy = true;
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 104 if (mBusy[i]) {
177 if (mBusy[cameraId]) {
274 android_atomic_write(1, &mBusy[cameraId]);
278 android_atomic_write(0, &mBusy[cameraId]);
    [all...]
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 2265 milliseconds