/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.h | 604 struct DeviceInfo { struct 605 const std::string mName; // Full instance name 606 const std::string mId; // ID section of full name 609 const hardware::hidl_version mVersion; 610 const metadata_vendor_id_t mProviderTagid; 611 bool mIsLogicalCamera; 612 std::vector<std::string> mPhysicalIds; 613 hardware::CameraInfo mInfo; 614 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC; 616 const CameraResourceCost mResourceCost; [all …]
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/rkp/ |
H A D | device_info.rs | 9 pub struct DeviceInfo { struct 11 pub version: DeviceInfoVersion, argument 25 pub vb_state: DeviceInfoVbState, argument 27 pub bootloader_state: DeviceInfoBootloaderState, argument 39 pub security_level: Option<DeviceInfoSecurityLevel>, argument 44 impl fmt::Debug for DeviceInfo { implementation
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | common_types.h | 15 struct DeviceInfo { struct 38 typedef std::vector<DeviceInfo> DeviceInfos; argument
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/example/ |
H A D | example.h | 26 struct DeviceInfo { struct 47 virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0; argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_profiles/public/pw_bluetooth_profiles/ |
H A D | device_info_service.h | 28 struct DeviceInfo { struct 32 enum class Field : uint16_t { 45 span<const std::byte> manufacturer_name; 48 span<const std::byte> model_number; 72 // Helper operator| to allow combining multiple DeviceInfo::Field values. argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | cost_estimator.h | 38 struct DeviceInfo { struct 51 DeviceInfo() in DeviceInfo() argument 57 DeviceInfo(const DeviceInfo& input) in DeviceInfo() argument 66 : gigaops(gigaops), in gigaops()
|
/aosp_15_r20/tools/netsim/rust/proto/src/ |
H A D | startup.rs | 475 pub struct DeviceInfo { struct 479 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.kind) argument 481 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.version) argument 483 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.sdk_version) argument 485 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.build_id) argument 487 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.variant) argument 489 // @@protoc_insertion_point(field:netsim.startup.DeviceInfo.arch) argument 492 // @@protoc_insertion_point(special_field:netsim.startup.DeviceInfo.special_fields) argument 496 impl<'a> ::std::default::Default for &'a DeviceInfo { implementation 502 impl DeviceInfo { implementation [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 202 struct DeviceInfo { struct 203 std::unordered_map<uint32_t, std::vector<VkQueue>> queues; 204 std::vector<std::string> enabledExtensionNames; 205 bool emulateTextureEtc2 = false; 206 bool emulateTextureAstc = false; 207 bool useAstcCpuDecompression = false; 209 ExternalFenceInfo externalFenceInfo; 210 VkPhysicalDevice physicalDevice; 211 VkDevice boxed = nullptr; 213 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr; [all …]
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | Parameters.h | 232 struct DeviceInfo { struct 233 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 …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_extension_helper.h | 436 struct DeviceInfo { struct 437 …DeviceInfo(bool DeviceExtensions::* state_, const DeviceReqVec requires_): state(state_), requires… in DeviceInfo() argument 438 bool DeviceExtensions::* state; 439 DeviceReqVec requires;
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 2028 struct DeviceInfo { struct 2029 uint16_t lds_encoding_granule; 2030 uint16_t lds_alloc_granule; 2031 uint32_t lds_limit; /* in bytes */ 2032 bool has_16bank_lds; 2033 uint16_t physical_sgprs; 2034 uint16_t physical_vgprs; 2035 uint16_t vgpr_limit; 2036 uint16_t sgpr_limit; 2037 uint16_t sgpr_alloc_granule; [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/ivn_android_device/impl/default/include/ |
H A D | IvnAndroidDeviceService.h | 33 struct DeviceInfo { struct 34 std::vector<aidl::android::hardware::automotive::ivn::OccupantZoneInfo> occupantZones; 35 aidl::android::hardware::automotive::ivn::EndpointInfo endpointInfo;
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust-source/gen/com/android/server/inputflinger/ |
D | DeviceInfo.rs | 17 impl Default for r#DeviceInfo { implementation 26 impl binder::Parcelable for r#DeviceInfo { implementation 52 impl binder::binder_impl::ParcelableMetadata for r#DeviceInfo { implementation
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp-V3-rust-source/gen/android/hardware/security/keymint/ |
D | DeviceInfo.rs | 15 impl Default for r#DeviceInfo { implementation 22 impl binder::Parcelable for r#DeviceInfo { implementation 40 impl binder::binder_impl::ParcelableMetadata for r#DeviceInfo { implementation
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceInventory.java | 615 /*package*/ static class DeviceInfo { class in AudioDeviceInventory 632 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo 651 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo 660 DeviceInfo(int deviceType, String deviceName, String address) { in DeviceInfo() method in AudioDeviceInventory.DeviceInfo 665 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo 672 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() method in AudioDeviceInventory.DeviceInfo
|
/aosp_15_r20/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | image_manager.h | 42 struct DeviceInfo { struct 51 const DeviceInfo& device_info = {}); argument
|
/aosp_15_r20/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
H A D | DeviceInfo.java | 19 public class DeviceInfo { class 29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() method in DeviceInfo
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ |
H A D | DeviceInfo.java | 28 public final class DeviceInfo implements Bundleable { class 56 public DeviceInfo(@PlaybackType int playbackType, int minVolume, int maxVolume) { in DeviceInfo() method in DeviceInfo
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
H A D | DeviceInfo.java | 29 public final class DeviceInfo implements Bundleable { class 57 public DeviceInfo(@PlaybackType int playbackType, int minVolume, int maxVolume) { in DeviceInfo() method in DeviceInfo
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/ |
H A D | DeviceInfo.java | 29 public class DeviceInfo implements Parcelable { class 33 DeviceInfo(String bluetoothAddress, Bundle extras) { in DeviceInfo() method in DeviceInfo
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/ |
D | PhysicalKeyboardHelper.java | 97 public static final class DeviceInfo { class in PhysicalKeyboardHelper 108 public DeviceInfo( in DeviceInfo() method in PhysicalKeyboardHelper.DeviceInfo
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp-V3-cpp-source/gen/include/android/hardware/security/keymint/ |
D | IRemotelyProvisionedComponent.h | 25 class DeviceInfo; variable 67 …in*/, const ::std::vector<uint8_t>& /*challenge*/, ::android::hardware::security::keymint::DeviceI… in generateCertificateRequest()
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | rpc.rs | 83 pub struct DeviceInfo { struct 84 pub device_info: Vec<u8>,
|
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
H A D | BluetoothDeviceList.java | 38 private static class DeviceInfo { class in BluetoothDeviceList 42 public DeviceInfo(String name, String address) { in DeviceInfo() method in BluetoothDeviceList.DeviceInfo
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp-V3-rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/ |
D | android_hardware_security_rkp_V3.rs | 10 pub mod DeviceInfo { module 25 impl Default for r#DeviceInfo { implementation 32 impl binder::Parcelable for r#DeviceInfo { implementation 50 impl binder::binder_impl::ParcelableMetadata for r#DeviceInfo { implementation
|