Home
last modified time | relevance | path

Searched refs:open_legacy (Results 1 – 11 of 11) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp199 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/
DQCamera2Hal.cpp54 .open_legacy = NULL,
DQCamera2Factory.h52 static int open_legacy(const struct hw_module_t* module,
DQCamera2Factory.cpp322 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/
Dcamera_common.h1029 int (*open_legacy)(const struct hw_module_t* module, const char* id, member
/hardware/libhardware/modules/usbcamera/
DCameraHAL.cpp152 .open_legacy = NULL,
/hardware/libhardware/modules/camera/3_0/
DCameraHAL.cpp187 .open_legacy = NULL,
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h148 static int open_legacy(const struct hw_module_t* module,
DQCameraMuxer.cpp301 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/
DCameraModule.cpp406 return mModule->open_legacy != NULL; in isOpenLegacyDefined()
413 res = mModule->open_legacy(&mModule->common, id, halVersion, device); in openLegacy()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp218 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280); in CheckOffsets()