Home
last modified time | relevance | path

Searched defs:manufacture (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DDeviceProductInfo.cpp37 [&](DeviceProductInfo::ManufactureWeekAndYear manufacture) { in to_string()
41 [&](DeviceProductInfo::ManufactureYear manufacture) { in to_string()
DDebugUtils.cpp350 } else if (const auto* manufacture = std::get_if<ManufactureYear>(&date)) { in toString() local
352 } else if (const auto* manufacture = std::get_if<ManufactureWeekAndYear>(&date)) { in toString() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp9815 } else if (const auto* manufacture = std::get_if<DeviceProductInfo::ManufactureYear>( in getStaticDisplayInfo() local
9820 } else if (const auto* manufacture = in getStaticDisplayInfo() local