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

  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 47 open_legacy: android::EmulatedCameraFactory::open_legacy
EmulatedCameraFactory.h 105 /* camera_module_t::open_legacy callback entry point */
106 static int open_legacy(const struct hw_module_t* module, const char* id,
EmulatedCameraFactory.cpp 316 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* module, function in class:android::EmulatedCameraFactory
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Hal.cpp 51 .open_legacy = qcamera::QCamera3Factory::open_legacy,
QCamera3Factory.h 48 static int open_legacy(const struct hw_module_t* module,
QCamera3Factory.cpp 141 * FUNCTION : open_legacy
153 int QCamera3Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera3Factory
  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 51 open_legacy: qcamera::QCamera2Factory::open_legacy,
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
QCamera2Factory.cpp 168 * FUNCTION : open_legacy
180 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
  /hardware/qcom/camera/QCamera2/
QCamera2Hal.cpp 51 open_legacy: qcamera::QCamera2Factory::open_legacy,
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
QCamera2Factory.cpp 166 * FUNCTION : open_legacy
178 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Hal.cpp 50 open_legacy: NULL,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Hal.cpp 50 open_legacy: NULL,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Hal.cpp 50 .open_legacy = NULL,
  /hardware/libhardware/include/hardware/
camera_common.h 663 * (by using this method or open_legacy),
668 * this method or the open_legacy method.
823 int (*open_legacy)(const struct hw_module_t* module, const char* id, member in struct:camera_module
    [all...]
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 148 open_legacy : NULL,
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 187 open_legacy : NULL,
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.cpp 225 return mModule->open_legacy(&mModule->common, id, halVersion, device);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 215 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280);

Completed in 905 milliseconds