Home
last modified time | relevance | path

Searched refs:camera_device_open (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.cpp523 int QCamera2Factory::camera_device_open( in QCamera2Factory() function in qcamera::QCamera2Factory
539 rc = gQCameraMuxer->camera_device_open(module, id, hw_device); in QCamera2Factory()
547 .open = QCamera2Factory::camera_device_open, in QCamera2Factory()
DQCamera2Factory.h68 static int camera_device_open(const struct hw_module_t *module, const char *id,
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
DQualcommCamera.h41 int camera_device_open(const struct hw_module_t* module, const char* id,
DQualcommCamera.cpp61 open: camera_device_open,
126 extern "C" int camera_device_open( in camera_device_open() function
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h151 static int camera_device_open(const struct hw_module_t* module,
DQCameraMuxer.cpp269 int QCameraMuxer::camera_device_open( in camera_device_open() function in qcamera::QCameraMuxer