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

  /hardware/libhardware/modules/camera/
Camera.h 56 bool mBusy;
  /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/av/services/camera/libcameraservice/
CameraService.h 319 volatile int32_t mBusy[MAX_CAMERAS];
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.h 79 bool mBusy;
  /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 210 milliseconds