Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraHal.cpp47 .open_legacy = android::EmulatedCameraFactory::open_legacy
DEmulatedCameraFactory.h135 static int open_legacy(const struct hw_module_t *module, const char *id,
DEmulatedCameraFactory.cpp235 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, in open_legacy() function in android::EmulatedCameraFactory
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraHal.cpp68 VSOC_STATIC_INITIALIZER(open_legacy)
69 android::EmulatedCameraFactory::open_legacy,
DEmulatedCameraFactory.h123 static int open_legacy(const struct hw_module_t* module, const char* id,
DEmulatedCameraFactory.cpp247 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* /*module*/, in open_legacy() function in android::EmulatedCameraFactory
/device/google/marlin/camera/QCamera2/
DQCamera2Hal.cpp54 .open_legacy = NULL,
DQCamera2Factory.h52 static int open_legacy(const struct hw_module_t* module,
DQCamera2Factory.cpp297 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/
DQCameraMuxer.h146 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