HomeSort by relevance Sort by last modified time
    Searched refs:camera_module_t (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.h 29 * This class wraps camera_module_t returned from HAL to provide a wrapped
35 CameraModule(camera_module_t *module);
64 camera_module_t *mModule;
CameraModule.cpp 233 CameraModule::CameraModule(camera_module_t *module) {
  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 31 camera_module_t HAL_MODULE_INFO_SYM = {
EmulatedCameraFactory.cpp 33 extern camera_module_t HAL_MODULE_INFO_SYM;
  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 43 cam_module_ = reinterpret_cast<const camera_module_t*>(hw_module);
49 const camera_module_t * cam_module() { return cam_module_; }
52 const camera_module_t *cam_module_;
  /device/huawei/angler/camera/QCamera2/
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
  /device/lge/bullhead/camera/QCamera2/
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 76 extern camera_module_t HAL_MODULE_INFO_SYM;
  /hardware/qcom/camera/QCamera2/
QCamera2Hal.cpp 46 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
  /hardware/qcom/camera/msmcobalt/QCamera2/
QCamera2Hal.cpp 46 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 210 CHECK_MEMBER_AT(camera_module_t, common, 0, 0);
211 CHECK_MEMBER_AT(camera_module_t, get_number_of_cameras, 128, 248);
212 CHECK_MEMBER_AT(camera_module_t, get_camera_info, 132, 256);
213 CHECK_MEMBER_AT(camera_module_t, set_callbacks, 136, 264);
214 CHECK_MEMBER_AT(camera_module_t, get_vendor_tag_ops, 140, 272);
215 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280);
216 CHECK_MEMBER_AT(camera_module_t, set_torch_mode, 148, 288);
217 CHECK_MEMBER_AT(camera_module_t, init, 152, 296);
218 CHECK_MEMBER_AT(camera_module_t, reserved, 156, 304);
struct-last.cpp 64 CHECK_LAST_MEMBER(camera_module_t, reserved);
struct-size.cpp 71 CheckTypeSize<camera_module_t, 176, 344>();
  /hardware/libhardware/include/hardware/
camera_common.h 41 * camera_module_t.common.module_api_version. The two most significant hex
166 * Version information (based on camera_module_t.common.module_api_version):
191 * Version information (based on camera_module_t.common.module_api_version):
207 * Version information (based on camera_module_t.common.module_api_version):
228 * Version information (based on camera_module_t.common.module_api_version):
366 * Version information (based on camera_module_t.common.module_api_version):
394 * Version information (based on camera_module_t.common.module_api_version):
409 * Version information (based on camera_module_t.common.module_api_version):
446 * Version information (based on camera_module_t.common.module_api_version):
582 * Version information (based on camera_module_t.common.module_api_version)
913 } camera_module_t; typedef in typeref:struct:camera_module
    [all...]
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 57 camera_module_t *rawModule;
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 132 camera_module_t HAL_MODULE_INFO_SYM __attribute__ ((visibility("default"))) = {
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3Base.h 110 camera_module_t* halModule_t;
QCameraHAL3Base.cpp 184 camera_module_t *my_if_handle = mLibHandle->app_obj.hal3_lib.halModule_t;
261 (camera_module_t*)dlsym(my_hal3_app->hal3_lib.ptr, HAL_MODULE_INFO_SYM_AS_STR);
275 camera_module_t *my_if_handle = my_hal3_app->hal3_lib.halModule_t;
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 171 camera_module_t HAL_MODULE_INFO_SYM __attribute__ ((visibility("default"))) = {
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 74 camera_module_t HAL_MODULE_INFO_SYM = {

Completed in 880 milliseconds

1 2