Searched defs:DeviceInfo (Results 1 – 6 of 6) sorted by relevance
287 struct DeviceInfo { struct288 const std::string mName; // Full instance name289 const std::string mId; // ID section of full name290 const hardware::hidl_version mVersion;291 const metadata_vendor_id_t mProviderTagid;293 const hardware::camera::common::V1_0::CameraResourceCost mResourceCost;295 hardware::camera::common::V1_0::CameraDeviceStatus mStatus;297 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit()302 virtual status_t getCameraCharacteristics(CameraMetadata *characteristics) const { in getCameraCharacteristics()307 DeviceInfo(const std::string& name, const metadata_vendor_id_t tagId, in DeviceInfo() function
9 public class DeviceInfo { class
25 OPENGL_PIPELINE_TEST(DeviceInfo, basic) { in OPENGL_PIPELINE_TEST() argument
226 struct DeviceInfo { struct227 int32_t arrayWidth;228 int32_t arrayHeight;229 int32_t bestStillCaptureFpsRange[2];230 uint8_t bestFaceDetectMode;231 int32_t maxFaces;232 struct OverrideModes {242 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;243 bool isExternalCamera;244 float minFocalLength;[all …]
53 DeviceInfo() {} in DeviceInfo() function
69 private static final class DeviceInfo { class in DeviceDiscoveryAction78 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo