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

1 2

  /device/generic/goldfish/camera/
EmulatedCameraFactory.h 47 * - camera_module_t::get_number_of_cameras entry point
48 * - camera_module_t::get_camera_info entry point
74 * This method is called in response to camera_module_t::get_camera_info callback.
79 * This method is called in response to camera_module_t::set_callbacks callback.
84 * This method is called in response to camera_module_t::get_vendor_tag_ops callback.
93 /* camera_module_t::get_number_of_cameras callback entry point. */
96 /* camera_module_t::get_camera_info callback entry point. */
99 /* camera_module_t::set_callbacks callback entry point. */
102 /* camera_module_t::get_vendor_tag_ops callback entry point */
105 /* camera_module_t::open_legacy callback entry point *
    [all...]
EmulatedCameraHal.cpp 31 camera_module_t HAL_MODULE_INFO_SYM = {
EmulatedBaseCamera.h 31 * are common across all versions of the camera_device_t/camera_module_t
90 * This method is called in response to camera_module_t::get_camera_info
EmulatedBaseCamera.cpp 24 * camera_device_t/camera_module_t structures.
  /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) {
  /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_;
  /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...]
camera.h 35 * Camera modules that implement version 2.0 or higher of camera_module_t must
  /device/huawei/angler/camera/QCamera2/
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.h 76 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/camera/QCamera2/
QCamera2Factory.h 78 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 46 camera_module_t HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 132 camera_module_t HAL_MODULE_INFO_SYM __attribute__ ((visibility("default"))) = {
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 57 camera_module_t *rawModule;
  /docs/source.android.com/src/devices/camera/
camera3.jd 136 camera_info_t.device_version (from camera_module_t.get_camera_info).<br/>
139 camera_module_t.common.module_api_version).<br/>
  /docs/source.android.com/src/devices/
index.jd 127 for that specific piece of hardware. For example in the camera HAL, the <code>camera_module_t</code> struct
136 } camera_module_t;
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 171 camera_module_t HAL_MODULE_INFO_SYM __attribute__ ((visibility("default"))) = {

Completed in 3698 milliseconds

1 2