/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 219 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 …]
|
D | CameraService.h | 355 int getDeviceVersion(int cameraId, int* facing);
|
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 217 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in get() 284 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in hasProfile()
|
D | CameraProfile.java | 62 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in getJpegEncodingQualityParameter()
|
/frameworks/av/camera/ |
D | ICameraService.cpp | 58 cameraInfo->facing = reply.readInt32(); in getCameraInfo() 128 reply->writeInt32(cameraInfo.facing); in onTransact()
|
/frameworks/av/include/camera/ |
D | CameraBase.h | 32 int facing; member
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | TextureViewActivity.java | 122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break; in getCameraOrientation()
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 40 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/ |
D | screensize.jd | 232 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
|
D | api.jd | 284 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
|
D | multiple.jd | 334 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/ |
D | android-2.3-highlights.jd | 188 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>
|
D | android-2.3.jd | 161 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} — The application uses a front-facing
|
D | android-3.0-highlights.jd | 138 … a larger screen for quick access to exposure, focus, flash, zoom, front-facing camera, and more. …
|
D | android-4.0-highlights.jd | 607 of the device front-facing camera and state-of-the-art facial recognition
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 86 <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
|
D | icon_design_launcher.jd | 130 forward-facing works best. <ul>
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 235 public int facing; field in Camera.CameraInfo 317 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in open()
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | ancestral.jd | 121 <p>This adds a left-facing caret alongside the app icon and enables it as an action button
|
/frameworks/base/docs/html/training/camera/ |
D | cameradirect.jd | 84 argument, you get the first rear-facing camera.</p>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 559 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/ |
D | camera.jd | 407 <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/ |
D | tools-notes.jd | 794 <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/ |
D | current.txt | 10087 field public int facing;
|