Searched refs:getCameraInfo (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/camera/
H A DICameraService.h42 virtual status_t getCameraInfo(int cameraId,
H A DCamera.h73 static status_t getCameraInfo(int cameraId,
/frameworks/av/camera/
H A DICameraService.cpp47 virtual status_t getCameraInfo(int cameraId, function in class:android::BpCameraService
87 status_t result = getCameraInfo(data.readInt32(), &cameraInfo);
H A DCamera.cpp112 status_t Camera::getCameraInfo(int cameraId, function in class:android::Camera
116 return cs->getCameraInfo(cameraId, cameraInfo);
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java216 Camera.getCameraInfo(i, cameraInfo);
283 Camera.getCameraInfo(i, cameraInfo);
H A DCameraProfile.java61 Camera.getCameraInfo(i, cameraInfo);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h49 virtual status_t getCameraInfo(int cameraId,
H A DCameraService.cpp117 status_t CameraService::getCameraInfo(int cameraId, function in class:android::CameraService
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java121 Camera.getCameraInfo(i, info);
/frameworks/base/core/java/android/hardware/
H A DCamera.java200 public static void getCameraInfo(int cameraId, CameraInfo cameraInfo) { method in class:Camera
315 getCameraInfo(i, cameraInfo);
1150 * android.hardware.Camera.getCameraInfo(cameraId, info);
1368 * CameraInfo info = CameraHolder.instance().getCameraInfo()[cameraId];
2153 * @see #getCameraInfo(int, CameraInfo)
2640 * android.hardware.Camera.getCameraInfo(cameraId, info);
2657 * @see #getCameraInfo(int, CameraInfo)
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp451 status_t rc = Camera::getCameraInfo(cameraId, &cameraInfo);

Completed in 133 milliseconds