Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h370 struct DeviceInfo { struct
371 const std::string mName; // Full instance name
372 const std::string mId; // ID section of full name
373 const hardware::hidl_version mVersion;
374 const metadata_vendor_id_t mProviderTagid;
375 bool mIsLogicalCamera;
376 std::vector<std::string> mPhysicalIds;
377 hardware::CameraInfo mInfo;
378 sp<IBase> mSavedInterface;
379 bool mIsPublicallyHiddenSecureCamera = false;
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h229 struct DeviceInfo { struct
230 int32_t arrayWidth;
231 int32_t arrayHeight;
232 int32_t bestStillCaptureFpsRange[2];
233 uint8_t bestFaceDetectMode;
234 int32_t maxFaces;
235 struct OverrideModes {
245 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;
246 bool isExternalCamera;
247 float defaultFocalLength;
[all …]
/frameworks/opt/gamesdk/src/tuningfork/
Dclearcutserializer.h32 typedef logs_proto_tuningfork_DeviceInfo DeviceInfo; typedef
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork_clearcut_log.proto7 message DeviceInfo { message
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork_clearcut_log.proto7 message DeviceInfo { message
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork_clearcut_log.proto7 message DeviceInfo { message
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork_clearcut_log.proto7 message DeviceInfo { message
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java74 private static final class DeviceInfo { class in DeviceDiscoveryAction
84 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo
/frameworks/base/libs/hwui/
DDeviceInfo.cpp127 DeviceInfo::DeviceInfo() : mMaxRefreshRate(QueryMaxRefreshRate()) { in DeviceInfo() function in android::uirenderer::DeviceInfo
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java78 private static class DeviceInfo { class in AudioDeviceInventory
84 DeviceInfo(int deviceType, String deviceName, String deviceAddress, int deviceCodecFormat) { in DeviceInfo() method in AudioDeviceInventory.DeviceInfo