Home
last modified time | relevance | path

Searched defs:deviceProductInfo (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/Display/
DDisplaySnapshot.h46 const auto& deviceProductInfo() const { return mDeviceProductInfo; } in deviceProductInfo() function
DDisplaySnapshot.cpp32 std::optional<DeviceProductInfo>&& deviceProductInfo) in DisplaySnapshot()
/frameworks/native/libs/ui/include_vndk/ui/
DStaticDisplayInfo.h33 std::optional<DeviceProductInfo> deviceProductInfo; member
/frameworks/native/libs/ui/include/ui/
DStaticDisplayInfo.h33 std::optional<DeviceProductInfo> deviceProductInfo; member
DDisplayIdentification.h39 std::optional<DeviceProductInfo> deviceProductInfo; member
/frameworks/native/include/ui/
DStaticDisplayInfo.h33 std::optional<DeviceProductInfo> deviceProductInfo; member
/frameworks/native/libs/ui/tests/
DDisplayIdentification_test.cpp325 TEST(DisplayIdentificationTest, deviceProductInfo) { in TEST() argument
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java417 public DeviceProductInfo deviceProductInfo; field in DisplayDeviceInfo
/frameworks/base/core/java/android/view/
DDisplayInfo.java92 public DeviceProductInfo deviceProductInfo; field in DisplayInfo
DSurfaceControl.java1717 public DeviceProductInfo deviceProductInfo; field in SurfaceControl.StaticDisplayInfo
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp103 jfieldID deviceProductInfo; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3645 std::optional<DeviceProductInfo> deviceProductInfo; in processHotplugConnect() local