/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | credits.adoc | 109 (version 1.1) 110 * Aaron Hagan, AMD (version 1.1) 112 * Adam Śmigielski, Mobica (version 1.0) 113 * Aditi Verma, Qualcomm (version 1.3) 114 * Ahmed Abdelkhalek, AMD (version 1.3) 116 (version 1.2) 119 * Alejandro Piñeiro, Igalia (version 1.1) 125 * Alexey Sachkov, Intel (version 1.3) 126 * Allan MacKinnon, Google (version 1.3) 127 * Allen Hux, Intel (version 1.0) [all …]
|
/hardware/interfaces/compatibility_matrices/ |
D | compatibility_matrix.6.xml | 1 <compatibility-matrix version="1.0" type="framework" level="6"> 4 <version>1.0</version> 12 <version>6.0</version> 13 <version>7.0</version> 21 <version>6.0</version> 22 <version>7.0</version> 30 <version>1</version> 38 <version>1.0</version> 53 <version>1.0</version> 65 <version>1.0-1</version> [all …]
|
D | compatibility_matrix.5.xml | 1 <compatibility-matrix version="1.0" type="framework" level="5"> 4 <version>1.0</version> 12 <version>6.0</version> 20 <version>6.0</version> 28 <version>1.0</version> 36 <version>1.0</version> 37 <version>2.0</version> 45 <version>1.0</version> 57 <version>1.0-1</version> 73 <version>1.0</version> [all …]
|
D | compatibility_matrix.7.xml | 1 <compatibility-matrix version="1.0" type="framework" level="7"> 4 <version>1.0</version> 12 <version>6.0</version> 13 <version>7.0-1</version> 21 <version>6.0</version> 22 <version>7.0</version> 30 <version>1</version> 38 <version>1.0</version> 46 <version>1-2</version> 54 <version>1.0</version> [all …]
|
D | compatibility_matrix.202404.xml | 1 <compatibility-matrix version="1.0" type="framework" level="202404"> 4 <version>1-2</version> 23 <version>1-2</version> 31 <version>1-2</version> 39 <version>1</version> 47 <version>2-4</version> 55 <version>1</version> 63 <version>1-2</version> 71 <version>1</version> 79 <version>1</version> [all …]
|
D | compatibility_matrix.202504.xml | 1 <compatibility-matrix version="1.0" type="framework" level="202504"> 4 <version>1-2</version> 23 <version>1-2</version> 31 <version>1-2</version> 39 <version>1</version> 47 <version>2-4</version> 55 <version>1</version> 63 <version>1-2</version> 71 <version>1</version> 79 <version>1</version> [all …]
|
D | compatibility_matrix.8.xml | 1 <compatibility-matrix version="1.0" type="framework" level="8"> 4 <version>6.0</version> 5 <version>7.0-1</version> 13 <version>6.0</version> 14 <version>7.0</version> 22 <version>1</version> 41 <version>1</version> 49 <version>1</version> 57 <version>1</version> 65 <version>2-3</version> [all …]
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Version.h | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 24 // Class |Version| is a class for software version manipulations 25 // it is able to parse, store, compare and convert version back to string 28 class Version { 34 // This is the value for an invalid/missing version component. 37 explicit Version(const char* ver); 38 explicit Version(const std::string& ver) : Version(ver.data()) {} in Version() function 40 constexpr Version(); 42 constexpr Version(ComponentType major, 49 constexpr bool operator<(const Version& other) const; [all …]
|
/hardware/interfaces/audio/aidl/default/ |
D | android.hardware.audio.service-aidl.xml | 1 <manifest version="1.0" type="device"> 4 <version>2</version> 9 <version>2</version> 14 <version>2</version> 19 <version>2</version> 25 <version>1</version> 30 <version>1</version> 36 <version>2</version>
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_pp_manager.cpp | 81 pp_prop_map_[kFeatureGamut].version = i - (uint32_t)DRMProperty::SDE_DSPP_GAMUT_V3 + 3; in Init() 82 DRM_LOGI("Gamut version %d, prop_id %d", pp_prop_map_[kFeatureGamut].version, in Init() 88 pp_prop_map_[kFeaturePgc].version = i - (uint32_t)DRMProperty::SDE_DSPP_GC_V1 + 1; in Init() 89 DRM_LOGI("Pgc version %d, prop_id %d", pp_prop_map_[kFeaturePgc].version, in Init() 95 pp_prop_map_[kFeatureIgc].version = i - (uint32_t)DRMProperty::SDE_DSPP_IGC_V2 + 2; in Init() 96 DRM_LOGI("Igc version %d, prop_id %d", pp_prop_map_[kFeatureIgc].version, in Init() 102 pp_prop_map_[kFeaturePcc].version = i - (uint32_t)DRMProperty::SDE_DSPP_PCC_V3 + 3; in Init() 103 DRM_LOGI("Pcc version %d, prop_id %d", pp_prop_map_[kFeaturePcc].version, in Init() 109 pp_prop_map_[kFeaturePAHsic].version = i - (uint32_t)DRMProperty::SDE_DSPP_PA_HSIC_V1 + 1; in Init() 110 DRM_LOGI("PaHsic version %d, prop_id %d", pp_prop_map_[kFeaturePAHsic].version, in Init() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | extensions.adoc | 53 <<extendingvulkan-coreversions-queryingversionsupport,independent version 85 Vulkan API maintains a version number. 89 === Version Numbers 91 The Vulkan version number comprises four parts indicating the variant, 92 major, minor and patch version of the Vulkan API Specification. 109 The variant field was a later addition to the version number, added in 110 version 1.2.175 of the 115 previous version number format for Vulkan implementations. 116 New version number macros have been added for this change and the old macros 120 version. [all …]
|
/hardware/interfaces/radio/aidl/ |
D | Android.bp | 27 version: "1", 31 version: "2", 35 version: "3", 61 version: "1", 65 version: "2", 69 version: "3", 95 version: "1", 99 version: "2", 103 version: "3", 128 version: "1", [all …]
|
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/ |
D | SessionInitiationInfo.aidl | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 50 * The protocol version (i.e. AIDL version) - This is used to prevent version downgrade attacks 52 * 1. In `create`, the source advertises the latest protocol version supported by the source, 56 * shared keys. Then the sink returns the latest protocol version supported by the sink, 59 * 3. In `finish`, the source first checks whether the sink's version is equal or less than the 60 * source's version and includes in the source's version in the inputs to the derivation of 63 * version of the protocol, they can invoke `init` with a version that is lower than the version 65 * version in the inputs to the derivation of the shared keys, the two parties won't end up with 68 * an attacker cannot successfully launch a version downgrade attack on this protocol. 70 int version;
|
/hardware/interfaces/audio/ |
D | README.md | 7 The AIDL version is located inside `aidl` directory. The tree below explains 11 release, the current version of the API becomes "frozen" and gets assigned 12 the next version number. If the API needs further modifications, they are 13 made on the "current" version. After making modifications, run 15 version. 25 Run `common/all-versions/copyHAL.sh` to create a new version of the HIDL audio 29 * `2.0` — version 2.0 of the core HIDL API. Note that `.hal` files 34 * `4.0` — version 4.0 of the core HIDL API. 37 - `2.0` — version 2.0 of the common types HIDL API. 38 - `4.0` — version 4.0. [all …]
|
/hardware/google/interfaces/display/ |
D | Android.bp | 31 version: "1", 38 version: "2", 45 version: "3", 52 version: "4", 59 version: "5", 66 version: "6", 73 version: "7", 80 version: "8", 87 version: "9", 94 version: "10", [all …]
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | gen_release_notes.py | 22 """Generates release notes for a given version of mesa.""" 57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by 62 Compatibility contexts may report a lower version depending on each driver. 64 Mesa ${this_version} implements the Vulkan ${vk_version} API, but the version reported by 176 async def gather_commits(version: str) -> str: 178 …'git', 'log', '--oneline', f'mesa-{version}..', '-i', '--grep', r'\(Closes\|Fixes\): \(https\|#\).… 181 assert p.returncode == 0, f"git log didn't work: {version}" 218 async def gather_bugs(version: str) -> typing.List[str]: 219 commits = await gather_commits(version) 250 async def get_shortlog(version: str) -> str: [all …]
|
/hardware/qcom/sm7250/display/composer/ |
D | vendor.qti.hardware.display.composer-service-32bit.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 42 <version>2.4</version> 51 <version>2.0</version> 60 <version>1.5</version> 69 <version>1.0</version>
|
D | vendor.qti.hardware.display.composer-service.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 42 <version>2.4</version> 51 <version>2.0</version> 60 <version>1.5</version> 69 <version>1.0</version>
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 35 uint32_t appVersion; // Version of the app (semantics defined by app) 38 // The version of the CHRE API that this nanoApp was compiled against. See 39 // the CHRE API header file chre/version.h for more information. The hub 89 uint32_t version; // Version : eg 0x1001 109 uint32_t platformVersion; // Version of the hardware : eg 0x20 110 uint32_t toolchainVersion; // Version of the toolchain : eg: 0x484 126 // specify the CHRE implementation version. See also the CHRE API header 127 // file chre/version.h. 130 // The version of the CHRE implementation returned to nanoApps in the CHRE [all …]
|
/hardware/qcom/sm8150/display/gralloc/ |
D | android.hardware.graphics.mapper-impl-qti-display.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 34 <version>4.0</version> 43 <version>3.0</version> 44 <version>4.0</version>
|
D | vendor.qti.hardware.display.allocator-service.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 34 <version>4.0</version> 43 <version>3.0</version> 44 <version>4.0</version>
|
/hardware/qcom/sm7250/display/gralloc/ |
D | android.hardware.graphics.mapper-impl-qti-display.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 34 <version>4.0</version> 43 <version>3.0</version> 44 <version>4.0</version>
|
D | vendor.qti.hardware.display.allocator-service.xml | 29 <manifest version="1.0" type="device"> 33 <version>3.0</version> 34 <version>4.0</version> 43 <version>3.0</version> 44 <version>4.0</version>
|
/hardware/interfaces/biometrics/common/aidl/android/hardware/biometrics/common/ |
D | ComponentInfo.aidl | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 30 * The hardware version. For example, <vendor>/<model>/<revision>. 31 * If there's no hardware version for this component, it must be empty. 36 * The firmware version. 37 * If there's no firmware version for this component, it must be empty. 48 * The software version. For example, <vendor>/<version>/<revision>. 49 * If there's no software version for this component, it must be empty.
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Service.cpp | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 37 // Map the AIDL version of an IDevice to NNAPI canonical feature level. 38 nn::GeneralResult<nn::Version> getAidlServiceFeatureLevel(IDevice* service) { in getAidlServiceFeatureLevel() 44 // For service AIDL versions greater than or equal to the AIDL library version that the runtime in getAidlServiceFeatureLevel() 45 // was built against, clamp it to the runtime AIDL library version. in getAidlServiceFeatureLevel() 46 aidlVersion = std::min(aidlVersion, IDevice::version); in getAidlServiceFeatureLevel() 49 auto version = aidlVersionToCanonicalVersion(aidlVersion); in getAidlServiceFeatureLevel() local 50 if (!version.has_value()) { in getAidlServiceFeatureLevel() 51 return NN_ERROR() << "Unknown AIDL service version: " << aidlVersion; in getAidlServiceFeatureLevel() 53 return version.value(); in getAidlServiceFeatureLevel() [all …]
|