Home | History | Annotate | Download | only in libcamera

Lines Matching full:cameraid

1093     extern "C" void HAL_getCameraInfo(int cameraId, struct CameraInfo* cameraInfo)
1095 memcpy(cameraInfo, &sCameraInfo[cameraId], sizeof(CameraInfo));
1098 extern "C" sp<CameraHardwareInterface> HAL_openCameraHardware(int cameraId)