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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
CameraFlashlightActivity.java 47 private String mCurrentCameraId;
85 mCurrentCameraId = (String)mPendingCameraIds.toArray()[0];
86 mPendingCameraIds.remove(mCurrentCameraId);
89 mCameraManager.setTorchMode(mCurrentCameraId, true);
101 mCameraManager.setTorchMode(mCurrentCameraId, false);
111 if (mCurrentCameraId != null) {
113 mCameraManager.setTorchMode(mCurrentCameraId, false);
161 if (!cameraId.equals(mCurrentCameraId)) {
256 getString(R.string.camera_flashlight_question_text), mCurrentCameraId));
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 142 private String mCurrentCameraId;
240 if (mCurrentCameraId != null) {
241 return mCameraOps.getCameraInfo(mCurrentCameraId);
256 mCurrentCameraId, template);
274 TLog.e("Unable to capture for camera %s.", e, mCurrentCameraId);
286 TLog.e("Unable to set repeating request for camera %s.", e, mCurrentCameraId);
307 TLog.e("Unable to prepare surface for camera %s.", e, mCurrentCameraId);
430 mCameraOps.openCamera(mCurrentCameraId, mCameraListener);
441 mInfoDisplayer.showCameraInfo(mCurrentCameraId);
452 TLog.e("Unable to stop repeating request for camera %s.", e, mCurrentCameraId);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 72 private int mCurrentCameraId = -1;
130 mCurrentCameraId = settings.mCameraId;
134 + " " + (mCurrentCameraId+1) + " of " + mNumCameras);
156 setUpCamera(mCurrentCameraId);
162 setUpCamera(mCurrentCameraId);
180 mCurrentCameraId = id;
273 android.hardware.Camera.getCameraInfo(mCurrentCameraId, info);
501 android.hardware.Camera.getCameraInfo(mCurrentCameraId, info);
  /frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
CameraPreviewActivity.java 73 private int mCurrentCameraId = -1;
165 if (mCurrentCameraId != pos) {
196 mCurrentCameraId = id;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 85 private int mCurrentCameraId = -1;
207 mMediaRecorder.setProfile(CamcorderProfile.get(mCurrentCameraId, mCurrentVideoSizeId));
384 if (mCurrentCameraId != pos) {
461 String combination = "Camera " + mCurrentCameraId + ", " +
644 Size recordSize = findRecordSize(mCurrentCameraId);
692 mCurrentCameraId = id;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 77 private int mCurrentCameraId = -1;
269 if (mCurrentCameraId != pos) {
318 mCurrentCameraId = id;
574 String combination = "Camera " + mCurrentCameraId + ", "
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 418 profiles->mCurrentCameraId = getCameraId(atts);
419 profiles->addStartTimeOffset(profiles->mCurrentCameraId, atts);
422 createCamcorderProfile(profiles->mCurrentCameraId, atts, profiles->mCameraIds));
424 profiles->addImageEncodingQualityLevel(profiles->mCurrentCameraId, atts);
    [all...]
  /frameworks/av/media/libmedia/include/media/
MediaProfiles.h 454 int mCurrentCameraId;

Completed in 340 milliseconds