Searched refs:open_legacy (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraHal.cpp | 47 .open_legacy = android::EmulatedCameraFactory::open_legacy
|
D | EmulatedCameraFactory.h | 135 static int open_legacy(const struct hw_module_t *module, const char *id,
|
D | EmulatedCameraFactory.cpp | 235 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, in open_legacy() function in android::EmulatedCameraFactory
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCameraHal.cpp | 68 VSOC_STATIC_INITIALIZER(open_legacy) 69 android::EmulatedCameraFactory::open_legacy,
|
D | EmulatedCameraFactory.h | 123 static int open_legacy(const struct hw_module_t* module, const char* id,
|
D | EmulatedCameraFactory.cpp | 247 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* /*module*/, in open_legacy() function in android::EmulatedCameraFactory
|
/device/google/marlin/camera/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 | 297 int QCamera2Factory::open_legacy(const struct hw_module_t* module, in open_legacy() function in qcamera::QCamera2Factory 311 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in open_legacy()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 146 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
|