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

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 175 bool mCameraOpened;
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 55 private boolean mCameraOpened; // true if camera is opened
144 if (!mCameraOpened) release();
195 if (mCameraOpened) {
200 Assert(!mCameraOpened);
231 mCameraOpened = true;
243 return !mCameraOpened ? open(cameraId) : null;
263 if (mCameraOpened) {
264 mCameraOpened = false;
271 mCameraOpened = false;
285 // We allow mCameraOpened in either state for the convenience of th
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 390 bool mCameraOpened;
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.h 390 bool mCameraOpened;
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 207 bool mCameraOpened;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 244 bool mCameraOpened;
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 505 bool mCameraOpened;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 246 bool mCameraOpened;
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 508 bool mCameraOpened;

Completed in 213 milliseconds