Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp129 mDeviceProductInfo = std::move(info); in setDeviceProductInfo()
288 if (mDeviceProductInfo) { in dump()
289 mDeviceProductInfo->dump(result); in dump()
DDisplayDevice.h156 return mDeviceProductInfo; in getDeviceProductInfo()
230 std::optional<DeviceProductInfo> mDeviceProductInfo; variable