Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dcommon_types.h15 struct DeviceInfo { struct
38 typedef std::vector<DeviceInfo> DeviceInfos; argument
/hardware/interfaces/automotive/ivn_android_device/impl/default/include/
DIvnAndroidDeviceService.h33 struct DeviceInfo { struct
34 std::vector<aidl::android::hardware::automotive::ivn::OccupantZoneInfo> occupantZones;
35 aidl::android::hardware::automotive::ivn::EndpointInfo endpointInfo;
/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h191 struct DeviceInfo { struct
192 std::unordered_map<uint32_t, std::vector<VkQueue>> queues;
193 std::vector<std::string> enabledExtensionNames;
194 bool emulateTextureEtc2 = false;
195 bool emulateTextureAstc = false;
196 bool useAstcCpuDecompression = false;
197 VkPhysicalDevice physicalDevice;
198 VkDevice boxed = nullptr;
200 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr;
201 std::set<VkFormat> imageFormats = {}; // image formats used on this device
[all …]
/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp277 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp909 TEST_P(CertificateRequestV2Test, DeviceInfo) { in TEST_P() argument