Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/
DQCamera2Hal.cpp52 .open_legacy = qcamera::QCamera2Factory::open_legacy,
DQCamera2Factory.h52 static int open_legacy(const struct hw_module_t* module,
DQCamera2Factory.cpp237 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/
Dcamera_common.h824 int (*open_legacy)(const struct hw_module_t* module, const char* id, member
/hardware/libhardware/modules/usbcamera/
DCameraHAL.cpp148 open_legacy : NULL,
/hardware/libhardware/modules/camera/
DCameraHAL.cpp187 open_legacy : NULL,
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.h145 static int open_legacy(const struct hw_module_t* module,
DQCameraMuxer.cpp300 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, in open_legacy() function in qcamera::QCameraMuxer
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp215 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280); in CheckOffsets()