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

/frameworks/base/libs/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.cpp111 status_t Camera::getCameraInfo(int cameraId, function in class:android::Camera
115 return cs->getCameraInfo(cameraId, cameraInfo);
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp116 status_t CameraService::getCameraInfo(int cameraId, function in class:android::CameraService
/frameworks/base/core/java/android/hardware/
H A DCamera.java193 public native static void getCameraInfo(int cameraId, CameraInfo cameraInfo); method in class:Camera
277 getCameraInfo(i, cameraInfo);
1001 * android.hardware.Camera.getCameraInfo(cameraId, info);
1179 * CameraInfo info = CameraHolder.instance().getCameraInfo()[cameraId];
1938 * @see #getCameraInfo(int, CameraInfo)
2391 * android.hardware.Camera.getCameraInfo(cameraId, info);
2408 * @see #getCameraInfo(int, CameraInfo)

Completed in 73 milliseconds