/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 224 cameraInfo->facing = info.facing; in getCameraInfo() 252 int facing; in getCameraCharacteristics() local 253 if (getDeviceVersion(cameraId, &facing) == CAMERA_DEVICE_API_VERSION_1_0) { in getCameraCharacteristics() 259 if (getDeviceVersion(cameraId, &facing) <= CAMERA_DEVICE_API_VERSION_2_1) { in getCameraCharacteristics() 272 int CameraService::getDeviceVersion(int cameraId, int* facing) { in getDeviceVersion() argument 285 if (facing) { in getDeviceVersion() 286 *facing = info.facing; in getDeviceVersion() 293 int facing; in isValidCameraId() local 294 int deviceVersion = getDeviceVersion(cameraId, &facing); in isValidCameraId() 438 int facing = -1; in connect() local [all …]
|
D | CameraService.h | 121 int getDeviceVersion(int cameraId, int* facing = NULL);
|
/frameworks/base/core/java/android/hardware/ |
D | CameraInfo.java | 39 out.writeInt(info.facing); in writeToParcel() 44 info.facing = in.readInt(); in readFromParcel()
|
D | Camera.java | 242 public int facing; field in Camera.CameraInfo 324 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) { in open()
|
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraBinderTest.java | 81 info.info.facing = -1; in testCameraInfo() 88 assertTrue("Facing was not set for camera " + cameraId, info.info.facing != -1); in testCameraInfo() 92 Log.v(TAG, "Camera " + cameraId + " info: facing " + info.info.facing in testCameraInfo()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 1038 public synchronized void setFacing(int facing) { in setFacing() argument 1039 if (facing != mRequestedFacing) { in setFacing() 1040 switch (facing) { in setFacing() 1044 mRequestedFacing = facing; in setFacing() 1047 throw new IllegalArgumentException("Unknown facing value '" + facing in setFacing() 1262 mActualFacing = (cameraInfo.facing == CameraInfo.CAMERA_FACING_FRONT) in updateCameraOrientation() 1281 if ((cameraInfo.facing == CameraInfo.CAMERA_FACING_FRONT) == useFrontCam) { in getCameraId() 1609 public void setFacing(int facing) { in setFacing() argument 1610 mCameraRunner.setFacing(facing); in setFacing() 1682 return (cameraInfo.facing == CameraInfo.CAMERA_FACING_FRONT) in getDefaultFacing()
|
/frameworks/av/include/camera/ |
D | CameraBase.h | 32 int facing; member
|
/frameworks/av/camera/ |
D | ICameraService.cpp | 117 cameraInfo->facing = reply.readInt32(); in getCameraInfo() 262 reply->writeInt32(cameraInfo.facing); in onTransact()
|
/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() 1003 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing }, in register_android_hardware_Camera()
|
/frameworks/base/docs/html/training/multiple-apks/ |
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 | 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 | 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. …
|
/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/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 | 562 multiple cameras, the application uses the camera that facing 579 <td>Subfeature. The application uses a front-facing camera on the device.</td> 583 <td>The application uses at least one camera facing in any direction. Use this 584 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 | 985 <li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when 986 one webcam is present, and to emulate both rear-facing and front-facing cameras when two
|