Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dcommon_types.h15 struct DeviceInfo { struct
38 typedef std::vector<DeviceInfo> DeviceInfos; argument
/aosp12/system/teeui/libteeui/include/teeui/example/
H A Dexample.h26 struct DeviceInfo { struct
47 virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0; argument
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h460 struct DeviceInfo { struct
463 const hardware::hidl_version mVersion;
464 const metadata_vendor_id_t mProviderTagid;
465 bool mIsLogicalCamera;
466 std::vector<std::string> mPhysicalIds;
467 hardware::CameraInfo mInfo;
468 sp<IBase> mSavedInterface;
475 wp<ProviderInfo> mParentProvider;
502 virtual void notifyDeviceStateChange( in notifyDeviceStateChange()
509 DeviceInfo(const std::string& name, const metadata_vendor_id_t tagId, in DeviceInfo() argument
[all …]
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h42 struct DeviceInfo { struct
51 const DeviceInfo& device_info = {}); argument
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h229 struct DeviceInfo { struct
230 int32_t arrayWidth;
231 int32_t arrayHeight;
234 int32_t maxFaces;
235 struct OverrideModes {
246 bool isExternalCamera;
247 float defaultFocalLength;
248 bool useFlexibleYuv;
249 Size maxJpegSize;
250 Size maxZslSize;
[all …]
/aosp12/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
H A DDeviceInfo.java19 public class DeviceInfo { class
29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() method in DeviceInfo
/aosp12/system/memory/libmemtrack/include/memtrack/
H A Dmemtrack.h142 class DeviceInfo; variable
/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp33 DeviceInfo::DeviceInfo() { in DeviceInfo() function in android::uirenderer::DeviceInfo
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java75 private static final class DeviceInfo { class in DeviceDiscoveryAction
85 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo
/aosp12/system/security/keystore2/src/
H A Dremote_provisioning.rs285 device_info: &mut DeviceInfo, in generate_csr()
445 device_info: &mut DeviceInfo, in generateCsr()
/aosp12/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp229 const DeviceInfo&) { in Open()
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto61 message DeviceInfo { message
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java185 private static class DeviceInfo { class in AudioDeviceInventory
191 DeviceInfo(int deviceType, String deviceName, String deviceAddress, int deviceCodecFormat) { in DeviceInfo() method in AudioDeviceInventory.DeviceInfo