Searched refs:open_legacy (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/camera/QCamera2/ |
D | QCamera2Hal.cpp | 52 .open_legacy = qcamera::QCamera2Factory::open_legacy,
|
D | QCamera2Factory.h | 52 static int open_legacy(const struct hw_module_t* module,
|
D | QCamera2Factory.cpp | 237 int QCamera2Factory::open_legacy(const struct hw_module_t* module, in open_legacy() function in qcamera::QCamera2Factory 251 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in open_legacy()
|
/hardware/libhardware/include/hardware/ |
D | camera_common.h | 824 int (*open_legacy)(const struct hw_module_t* module, const char* id, member
|
/hardware/libhardware/modules/usbcamera/ |
D | CameraHAL.cpp | 148 open_legacy : NULL,
|
/hardware/libhardware/modules/camera/ |
D | CameraHAL.cpp | 187 open_legacy : NULL,
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 145 static int open_legacy(const struct hw_module_t* module,
|
D | QCameraMuxer.cpp | 300 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, in open_legacy() function in qcamera::QCameraMuxer
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 215 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280); in CheckOffsets()
|