Searched refs:device_version (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraModuleFixture.h91 ASSERT_GE((int)info.device_version, CAMERA_DEVICE_API_VERSION_2_0) <<
93 info.device_version;
94 switch(info.device_version) {
107 info.device_version;
122 return info.device_version;
H A Dcamera2.cpp94 info.device_version << std::endl;
96 if (info.device_version >= CAMERA_DEVICE_API_VERSION_2_0 &&
97 info.device_version < CAMERA_DEVICE_API_VERSION_3_0) {
206 mDeviceVersion = info.device_version;
/hardware/libhardware/include/hardware/
H A Dcamera_common.h49 * module support only version 1 of the camera device HAL. The device_version
60 * HAL interface. The device_version field of camera_info is always valid; the
62 * device_version field is 2.0 or higher.
87 * also the version listed in camera_info_t.device_version.
168 uint32_t device_version; member in struct:camera_info
186 * Valid if device_version >= CAMERA_DEVICE_API_VERSION_2_0. Do not read
/hardware/libhardware/modules/camera/
H A DCamera.cpp100 info->device_version = mDevice.common.version;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp6391 info->device_version = HARDWARE_DEVICE_API_VERSION(2, 0);

Completed in 210 milliseconds