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

1 2

  /hardware/libhardware/tests/camera2/
CameraModuleTests.cpp 101 ASSERT_EQ(OK, mModule->get_camera_info(i, &info));
113 EXPECT_NE(OK, mModule->get_camera_info(idx[i], &info));
114 EXPECT_EQ(-ENODEV, mModule->get_camera_info(idx[i], &info))
115 << "Incorrect error code for get_camera_info idx= "
CameraModuleFixture.h 88 ASSERT_EQ(OK, mModule->get_camera_info(cameraID, &info));
116 res = mModule->get_camera_info(cameraId, &info);
130 /* HALBUG (Exynos5); crashes if we skip calling get_camera_info
camera2.cpp 82 res = sCameraModule->get_camera_info(i, &info);
208 res = sCameraModule->get_camera_info(id, &info);
  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 44 get_camera_info: android::EmulatedCameraFactory::get_camera_info,
EmulatedCameraFactory.h 48 * - camera_module_t::get_camera_info entry point
74 * This method is called in response to camera_module_t::get_camera_info callback.
91 /* camera_module_t::get_camera_info callback entry point. */
92 static int get_camera_info(int camera_id, struct camera_info *info);
EmulatedBaseCamera.h 90 * This method is called in response to camera_module_t::get_camera_info
EmulatedCameraFactory.cpp 293 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 114 static int get_camera_info(int id, struct camera_info* info) function
146 get_camera_info : get_camera_info,
  /hardware/libhardware/include/hardware/
camera_common.h 152 * change after it is returned by get_camera_info().
191 * failure. Calls to get_camera_info must still succeed, and provide the
198 * information returned by get_camera_info cannot change due to this status
206 * so opening the device will return -EBUSY. Calls to get_camera_info
263 * get_camera_info:
269 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
camera2.h 32 * camera_info_t.device_version (from camera_module_t.get_camera_info).
    [all...]
camera3.h 32 * camera_info_t.device_version (from camera_module_t.get_camera_info).
    [all...]
  /device/lge/mako/camera/
QualcommCamera.h 27 int get_camera_info(int camera_id, struct camera_info *info);
QualcommCamera2.h 40 int get_camera_info(int camera_id, struct camera_info *info);
QualcommCamera.cpp 65 get_camera_info: get_camera_info,
311 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
QualcommCamera2.cpp 76 get_camera_info: get_camera_info,
159 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 38 int get_camera_info(int camera_id, struct camera_info *info);
QualcommCamera.cpp 76 get_camera_info: get_camera_info,
160 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
  /frameworks/av/include/camera/
ICameraService.h 37 GET_CAMERA_INFO,
  /frameworks/av/camera/
ICameraService.cpp 57 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
123 case GET_CAMERA_INFO: {
IProCameraUser.cpp 46 GET_CAMERA_INFO,
287 remote()->transact(GET_CAMERA_INFO, data, &reply);
403 case GET_CAMERA_INFO: {
  /docs/source.android.com/src/devices/
hal.jd 65 int (*get_camera_info)(int camera_id, struct camera_info *info);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 218 status_t rc = mModule->get_camera_info(cameraId, &info);
226 if (mModule->get_camera_info(cameraId, &info) != OK) {
    [all...]
Camera2Device.cpp 88 res = module->get_camera_info(mId, &info);
    [all...]
Camera3Device.cpp 118 res = module->get_camera_info(mId, &info);
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 61 get_camera_info: camera_get_camera_info,

Completed in 622 milliseconds

1 2