HomeSort by relevance Sort by last modified time
    Searched refs:open_legacy (Results 1 - 19 of 19) 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 318 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* module, function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/
QCamera2Hal.cpp 52 .open_legacy = NULL,
QCamera2Factory.h 52 static int open_legacy(const struct hw_module_t* module,
QCamera2Factory.cpp 225 * FUNCTION : open_legacy
237 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
251 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device);
  /device/huawei/angler/camera/QCamera2/
QCamera2Hal.cpp 51 .open_legacy = NULL,
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
QCamera2Factory.cpp 167 * FUNCTION : open_legacy
179 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
  /device/lge/bullhead/camera/QCamera2/
QCamera2Hal.cpp 51 .open_legacy = NULL,
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
QCamera2Factory.cpp 167 * FUNCTION : open_legacy
179 int QCamera2Factory::open_legacy(const struct hw_module_t* module, function in class:qcamera::QCamera2Factory
  /hardware/libhardware/include/hardware/
camera_common.h 664 * (by using this method or open_legacy),
669 * this method or the open_legacy method.
824 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,
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.h 146 static int open_legacy(const struct hw_module_t* module,
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/libhardware/modules/camera/3_0/
CameraHAL.cpp 187 .open_legacy = NULL,
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 351 return mModule->open_legacy != NULL;
357 ATRACE_BEGIN("camera_module->open_legacy");
358 res = mModule->open_legacy(&mModule->common, id, halVersion, device);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 217 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280);

Completed in 431 milliseconds