Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/
DQCamera2Factory.cpp436 int QCamera2Factory::camera_device_open( in camera_device_open() function in qcamera::QCamera2Factory
452 rc = gQCameraMuxer->camera_device_open(module, id, hw_device); in camera_device_open()
460 .open = QCamera2Factory::camera_device_open,
DQCamera2Factory.h62 static int camera_device_open(const struct hw_module_t *module, const char *id,
/hardware/qcom/camera/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/ti/omap4xxx/camera/
DCameraHal_Module.cpp38 static int camera_device_open(const hw_module_t* module, const char* name,
45 .open = camera_device_open
483 int camera_device_open(const hw_module_t* module, const char* name, in camera_device_open() function
/hardware/ti/omap4-aah/camera/
DCameraHal_Module.cpp46 static int camera_device_open(const hw_module_t* module, const char* name,
53 open: camera_device_open
626 int camera_device_open(const hw_module_t* module, const char* name, in camera_device_open() function
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.h148 static int camera_device_open(const struct hw_module_t* module,
DQCameraMuxer.cpp268 int QCameraMuxer::camera_device_open( in camera_device_open() function in qcamera::QCameraMuxer