Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp492 int QCamera2Factory::camera_device_open( in camera_device_open() function in qcamera::QCamera2Factory
508 rc = gQCameraMuxer->camera_device_open(module, id, hw_device); in camera_device_open()
516 .open = QCamera2Factory::camera_device_open,
DQCamera2Factory.h68 static int camera_device_open(const struct hw_module_t *module, const char *id,
/device/google/marlin/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
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h149 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