Searched defs:getCameraInfo (Results 1 - 4 of 4) sorted by relevance

/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/av/services/camera/libcameraservice/
H A DCameraService.cpp117 status_t CameraService::getCameraInfo(int cameraId, function in class:android::CameraService
/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)

Completed in 32 milliseconds