Home
last modified time | relevance | path

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

/frameworks/base/libs/camera/
DICameraService.cpp47 virtual status_t getCameraInfo(int cameraId, in getCameraInfo() function in android::BpCameraService
DCamera.cpp111 status_t Camera::getCameraInfo(int cameraId, in getCameraInfo() function in android::Camera
/frameworks/base/services/camera/libcameraservice/
DCameraService.cpp126 status_t CameraService::getCameraInfo(int cameraId, in getCameraInfo() function in android::CameraService
/frameworks/base/core/java/android/hardware/
DCamera.java193 public native static void getCameraInfo(int cameraId, CameraInfo cameraInfo); in getCameraInfo() method in Camera