HomeSort by relevance Sort by last modified time
    Searched defs:mBusy (Results 1 - 3 of 3) 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/av/services/camera/libcameraservice/
CameraService.h 78 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 50 milliseconds