Home
last modified time | relevance | path

Searched refs:mDeviceProductInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Display/
DDisplaySnapshot.h46 const auto& deviceProductInfo() const { return mDeviceProductInfo; } in deviceProductInfo()
59 std::optional<DeviceProductInfo> mDeviceProductInfo; variable
DDisplaySnapshot.cpp37 mDeviceProductInfo(std::move(deviceProductInfo)) {} in DisplaySnapshot()
75 dumper.dump("deviceProductInfo"sv, mDeviceProductInfo); in dump()