Searched defs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance
15 struct DeviceInfo { struct38 typedef std::vector<DeviceInfo> DeviceInfos; argument
33 struct DeviceInfo { struct34 std::vector<aidl::android::hardware::automotive::ivn::OccupantZoneInfo> occupantZones;35 aidl::android::hardware::automotive::ivn::EndpointInfo endpointInfo;
201 struct DeviceInfo { struct202 std::unordered_map<uint32_t, std::vector<VkQueue>> queues;203 std::vector<std::string> enabledExtensionNames;204 bool emulateTextureEtc2 = false;205 bool emulateTextureAstc = false;206 bool useAstcCpuDecompression = false;208 ExternalFenceInfo externalFenceInfo;209 VkPhysicalDevice physicalDevice;210 VkDevice boxed = nullptr;212 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr;[all …]
279 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument
1089 TEST_P(CertificateRequestV2Test, DeviceInfo) { in TEST_P() argument