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

1 2

  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 31 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.h 66 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 44 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.h 64 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera3Hal.cpp 44 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Factory.h 66 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera2Hal.cpp 44 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/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Factory.h 69 extern camera_module_t HAL_MODULE_INFO_SYM;
QCamera3Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 45 camera_module_t HAL_MODULE_INFO_SYM = {
QCamera2Factory.h 75 extern camera_module_t HAL_MODULE_INFO_SYM;
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 209 CHECK_MEMBER_AT(camera_module_t, common, 0, 0);
210 CHECK_MEMBER_AT(camera_module_t, get_number_of_cameras, 128, 248);
211 CHECK_MEMBER_AT(camera_module_t, get_camera_info, 132, 256);
212 CHECK_MEMBER_AT(camera_module_t, set_callbacks, 136, 264);
213 CHECK_MEMBER_AT(camera_module_t, get_vendor_tag_ops, 140, 272);
214 CHECK_MEMBER_AT(camera_module_t, open_legacy, 144, 280);
215 CHECK_MEMBER_AT(camera_module_t, reserved, 148, 288);
struct-last.cpp 64 CHECK_LAST_MEMBER(camera_module_t, reserved);
struct-size.cpp 71 CheckTypeSize<camera_module_t, 176, 344>();
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.h 88 virtual status_t initialize(camera_module_t *module);
  /hardware/libhardware/include/hardware/
camera_common.h 40 * camera_module_t.common.module_api_version. The two most significant hex
156 * Version information (based on camera_module_t.common.module_api_version):
177 * Version information (based on camera_module_t.common.module_api_version):
339 * Version information (based on camera_module_t.common.module_api_version):
371 * Version information (based on camera_module_t.common.module_api_version):
398 * Version information (based on camera_module_t.common.module_api_version):
430 } camera_module_t; typedef in typeref:struct:camera_module
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 122 virtual status_t initialize(camera_module_t *module);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 58 virtual status_t initialize(camera_module_t *module);
CameraDeviceBase.h 48 virtual status_t initialize(camera_module_t *module) = 0;
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 150 camera_module_t *mModule;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 97 status_t initialize(camera_module_t *module);
CameraClient.h 71 status_t initialize(camera_module_t *module);
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 171 camera_module_t HAL_MODULE_INFO_SYM __attribute__ ((visibility("default"))) = {
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 156 virtual status_t initialize(camera_module_t *module) = 0;
388 camera_module_t *mModule;

Completed in 772 milliseconds

1 2