HomeSort by relevance Sort by last modified time
    Searched defs:open_legacy (Results 1 - 8 of 8) sorted by null

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraFactory.cpp 247 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* /*module*/, function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 220 * FUNCTION : open_legacy
232 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
246 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device);
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 196 static int open_legacy(const hw_module_t* module, function in namespace:v4l2_camera_hal
235 .open_legacy = v4l2_camera_hal::open_legacy,
  /hardware/qcom/camera/msm8998/QCamera2/
QCamera2Factory.cpp 245 * FUNCTION : open_legacy
257 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
272 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device);
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 235 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, function in class:android::EmulatedCameraFactory
  /hardware/libhardware/include/hardware/
camera_common.h 665 * (by using this method or open_legacy),
670 * this method or the open_legacy method.
825 int (*open_legacy)(const struct hw_module_t* module, const char* id, member in struct:camera_module
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 286 * FUNCTION : open_legacy
301 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, function in class:qcamera::QCameraMuxer
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 286 * FUNCTION : open_legacy
301 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, function in class:qcamera::QCameraMuxer
    [all...]

Completed in 399 milliseconds