Searched refs:open_legacy (Results 1 – 11 of 11) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 199 static int open_legacy(const hw_module_t* module, in open_legacy() function 238 .open_legacy = v4l2_camera_hal::open_legacy,
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | QCamera2Hal.cpp | 54 .open_legacy = NULL,
|
D | QCamera2Factory.h | 52 static int open_legacy(const struct hw_module_t* module,
|
D | QCamera2Factory.cpp | 322 int QCamera2Factory::open_legacy(const struct hw_module_t* module, in QCamera2Factory() function in qcamera::QCamera2Factory 337 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in QCamera2Factory()
|
/hardware/libhardware/include/hardware/ |
D | camera_common.h | 1029 int (*open_legacy)(const struct hw_module_t* module, const char* id, member
|
/hardware/libhardware/modules/usbcamera/ |
D | CameraHAL.cpp | 152 .open_legacy = NULL,
|
/hardware/libhardware/modules/camera/3_0/ |
D | CameraHAL.cpp | 187 .open_legacy = NULL,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 148 static int open_legacy(const struct hw_module_t* module,
|
D | QCameraMuxer.cpp | 301 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, in open_legacy() function in qcamera::QCameraMuxer
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraModule.cpp | 406 return mModule->open_legacy != NULL; in isOpenLegacyDefined() 413 res = mModule->open_legacy(&mModule->common, id, halVersion, device); in openLegacy()
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 218 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280); in CheckOffsets()
|