Home
last modified time | relevance | path

Searched refs:V4L2CameraHAL (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp52 static V4L2CameraHAL gCameraHAL;
54 V4L2CameraHAL::V4L2CameraHAL() : mCameras(), mCallbacks(NULL) { in V4L2CameraHAL() function in v4l2_camera_hal::V4L2CameraHAL
113 V4L2CameraHAL::~V4L2CameraHAL() { in ~V4L2CameraHAL()
117 int V4L2CameraHAL::getNumberOfCameras() { in getNumberOfCameras()
122 int V4L2CameraHAL::getCameraInfo(int id, camera_info_t* info) { in getCameraInfo()
131 int V4L2CameraHAL::setCallbacks(const camera_module_callbacks_t* callbacks) { in setCallbacks()
137 void V4L2CameraHAL::getVendorTagOps(vendor_tag_ops_t* /*ops*/) { in getVendorTagOps()
143 int V4L2CameraHAL::openLegacy(const hw_module_t* /*module*/, in openLegacy()
152 int V4L2CameraHAL::setTorchMode(const char* /*camera_id*/, bool /*enabled*/) { in setTorchMode()
159 int V4L2CameraHAL::openDevice(const hw_module_t* module, in openDevice()
Dv4l2_camera_hal.h36 class V4L2CameraHAL {
38 V4L2CameraHAL();
39 ~V4L2CameraHAL();
61 DISALLOW_COPY_AND_ASSIGN(V4L2CameraHAL);
DREADME.md55 V4L2CameraHAL classes.
57 The V4L2CameraHAL class deals primarily with initialization of the system.