Searched defs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance
545 struct DeviceInfo { struct546 const std::string mName; // Full instance name547 const std::string mId; // ID section of full name550 const hardware::hidl_version mVersion;551 const metadata_vendor_id_t mProviderTagid;552 bool mIsLogicalCamera;553 std::vector<std::string> mPhysicalIds;554 hardware::CameraInfo mInfo;555 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC;557 const CameraResourceCost mResourceCost;[all …]
232 struct DeviceInfo { struct233 int32_t arrayWidth;234 int32_t arrayHeight;235 int32_t bestStillCaptureFpsRange[2];236 uint8_t bestFaceDetectMode;237 int32_t maxFaces;238 struct OverrideModes {248 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;249 bool isExternalCamera;250 float defaultFocalLength;[all …]
75 private static final class DeviceInfo { class in DeviceDiscoveryAction85 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo
33 DeviceInfo::DeviceInfo() { in DeviceInfo() function in android::uirenderer::DeviceInfo
323 private static class DeviceInfo { class in AudioDeviceInventory335 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo360 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo365 DeviceInfo(int deviceType, String deviceName, String deviceAddress) { in DeviceInfo() method in AudioDeviceInventory.DeviceInfo