Searched defs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance
454 struct DeviceInfo { struct455 const std::string mName; // Full instance name456 const std::string mId; // ID section of full name457 const hardware::hidl_version mVersion;458 const metadata_vendor_id_t mProviderTagid;459 bool mIsLogicalCamera;460 std::vector<std::string> mPhysicalIds;461 hardware::CameraInfo mInfo;462 sp<IBase> mSavedInterface;463 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC;[all …]
229 struct DeviceInfo { struct230 int32_t arrayWidth;231 int32_t arrayHeight;232 int32_t bestStillCaptureFpsRange[2];233 uint8_t bestFaceDetectMode;234 int32_t maxFaces;235 struct OverrideModes {245 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;246 bool isExternalCamera;247 float defaultFocalLength;[all …]
33 DeviceInfo::DeviceInfo() { in DeviceInfo() function in android::uirenderer::DeviceInfo
75 private static final class DeviceInfo { class in DeviceDiscoveryAction85 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo
185 private static class DeviceInfo { class in AudioDeviceInventory191 DeviceInfo(int deviceType, String deviceName, String deviceAddress, int deviceCodecFormat) { in DeviceInfo() method in AudioDeviceInventory.DeviceInfo