Searched refs:getCameraInfo (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/camera/ |
D | ICameraService.cpp | 47 virtual status_t getCameraInfo(int cameraId, in getCameraInfo() function in android::BpCameraService 87 status_t result = getCameraInfo(data.readInt32(), &cameraInfo); in onTransact()
|
D | Camera.cpp | 111 status_t Camera::getCameraInfo(int cameraId, in getCameraInfo() function in android::Camera 115 return cs->getCameraInfo(cameraId, cameraInfo); in getCameraInfo()
|
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 213 Camera.getCameraInfo(i, cameraInfo); in get() 280 Camera.getCameraInfo(i, cameraInfo); in hasProfile()
|
D | CameraProfile.java | 61 Camera.getCameraInfo(i, cameraInfo); in getJpegEncodingQualityParameter()
|
/frameworks/base/include/camera/ |
D | ICameraService.h | 42 virtual status_t getCameraInfo(int cameraId,
|
D | Camera.h | 73 static status_t getCameraInfo(int cameraId,
|
/frameworks/base/services/camera/libcameraservice/ |
D | CameraService.h | 47 virtual status_t getCameraInfo(int cameraId,
|
D | CameraService.cpp | 126 status_t CameraService::getCameraInfo(int cameraId, in getCameraInfo() function in android::CameraService
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 193 public native static void getCameraInfo(int cameraId, CameraInfo cameraInfo); in getCameraInfo() method in Camera 277 getCameraInfo(i, cameraInfo); in open()
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 449 status_t rc = Camera::getCameraInfo(cameraId, &cameraInfo); in android_hardware_Camera_getCameraInfo()
|
/frameworks/base/docs/html/sdk/ |
D | android-2.3.jd | 242 android.hardware.Camera#getCameraInfo(int,CameraInfo) getCameraInfo()} methods in the {@link
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 431 API Level 9 or higher, use the {@link android.hardware.Camera#getCameraInfo(int, 432 android.hardware.Camera.CameraInfo) Camera.getCameraInfo()} to determine if a camera is on the front
|
/frameworks/base/api/ |
D | current.txt | 9237 method public static void getCameraInfo(int, android.hardware.Camera.CameraInfo);
|
D | 14.txt | 9237 method public static void getCameraInfo(int, android.hardware.Camera.CameraInfo);
|