Home
last modified time | relevance | path

Searched refs:facing (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp219 cameraInfo->facing = info.facing; in getCameraInfo()
224 int CameraService::getDeviceVersion(int cameraId, int* facing) { in getDeviceVersion() argument
237 if (facing) { in getDeviceVersion()
238 *facing = info.facing; in getDeviceVersion()
245 int facing; in isValidCameraId() local
246 int deviceVersion = getDeviceVersion(cameraId, &facing); in isValidCameraId()
385 int facing = -1; in connect() local
386 int deviceVersion = getDeviceVersion(cameraId, &facing); in connect()
400 facing, callingPid, clientUid, getpid()); in connect()
407 facing, callingPid, clientUid, getpid(), in connect()
[all …]
DCameraService.h355 int getDeviceVersion(int cameraId, int* facing);
/frameworks/base/media/java/android/media/
DCamcorderProfile.java217 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in get()
284 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in hasProfile()
DCameraProfile.java62 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in getJpegEncodingQualityParameter()
/frameworks/av/camera/
DICameraService.cpp58 cameraInfo->facing = reply.readInt32(); in getCameraInfo()
128 reply->writeInt32(cameraInfo.facing); in onTransact()
/frameworks/av/include/camera/
DCameraBase.h32 int facing; member
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTextureViewActivity.java122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break; in getCameraOrientation()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp40 jfieldID facing; member
456 env->SetIntField(info_obj, fields.facing, cameraInfo.facing); in android_hardware_Camera_getCameraInfo()
980 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing }, in register_android_hardware_Camera()
/frameworks/base/docs/html/training/multiple-apks/
Dscreensize.jd232 red requires a front-facing camera. In fact, the entire point of the red APK is to use the extra
233 available screen space to do entertaining things with that front-facing camera. But, it turns out,
234 not all xlarge devices even HAVE front-facing cameras! The horror!</p>
237 manifest, see that Red lists the front-facing camera as a requirement, and quietly ignore it, having
240 front-facing camera! The app can still be downloaded from Google Play by the user, because
Dapi.jd284 sake of example, let’s assume that red requires a front-facing camera. In fact, the entire point of
285 the red APK is to combine the front-facing camera with sweet new functionality that was added in API
286 11. But, it turns out, not all devices that support API 11 even HAVE front-facing cameras! The
290 manifest, see that Red lists the front-facing camera as a requirement, and quietly ignore it, having
293 but also doesn’t care whether or not there’s a front-facing camera! The app can still be downloaded
Dmultiple.jd334 let’s assume that Purple requires a front-facing camera. In fact, the entire point of Purple is to
335 use entertaining things with the front-facing camera! But, it turns out, not all API 11+ devices
336 even HAVE front-facing cameras! The horror!</p>
339 manifest, see that Purple lists the front-facing camera as a requirement, and quietly ignore it,
342 there’s a front-facing camera! The app can still be downloaded from Google Play by the user,
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd188 including a front-facing camera, if available. </p>
374 device, including a front-facing camera. Applications can query the platform for
377 front-facing camera that offers lower-resolution, while a photo application
378 might prefer a back-facing camera that offers higher-resolution.</p>
Dandroid-2.3.jd161 positional characteristics (orientation, front-facing or back-facing).</li>
173 <p class="note">To look at sample code for accessing a front-facing camera, see <a href="{@docRoot}…
608 direction the screen is facing.</li>
611 the screen is facing.</li>
647 android.hardware.camera.front} &mdash; The application uses a front-facing
Dandroid-3.0-highlights.jd138 … a larger screen for quick access to exposure, focus, flash, zoom, front-facing camera, and more. …
Dandroid-4.0-highlights.jd607 of the device front-facing camera and state-of-the-art facial recognition
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher_archive.jd86 <p>Starting with Android 2.0, launcher icons should be front-facing, instead of
135 <p>Forward-facing and top-lit:</p>
138 icons should be forward-facing, with very little perspective, and they
340 <li>Forward-facing and top-lit, whole, limited in color
Dicon_design_launcher.jd130 forward-facing works best. <ul>
/frameworks/base/core/java/android/hardware/
DCamera.java235 public int facing; field in Camera.CameraInfo
317 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in open()
/frameworks/base/docs/html/training/implementing-navigation/
Dancestral.jd121 <p>This adds a left-facing caret alongside the app icon and enables it as an action button
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd84 argument, you get the first rear-facing camera.</p>
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd559 multiple cameras, the application uses the camera that facing
576 <td>Subfeature. The application uses a front-facing camera on the device.</td>
580 <td>The application uses at least one camera facing in any direction. Use this
581 in preference to <code>android.hardware.camera</code> if a back-facing camera is
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd407 <p>Android devices can have multiple cameras, for example a back-facing camera for photography and a
408 front-facing camera for video calls. Android 2.3 (API Level 9) and later allows you to check the
440 the first, back-facing camera on a device with more than one camera.</p>
1150 <td>Support for more than one camera on a device, including front-facing and back-facing
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd794 <li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when
795 one webcam is present, and to emulate both rear-facing and front-facing cameras when two
/frameworks/base/api/
Dcurrent.txt10087 field public int facing;