Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeviceInfo.cpp29 static DeviceInfo* sDeviceInfo = nullptr; variable
33 LOG_ALWAYS_FATAL_IF(!sDeviceInfo, "DeviceInfo not yet initialized."); in get()
34 return sDeviceInfo; in get()
39 sDeviceInfo = new DeviceInfo(); in initialize()
40 sDeviceInfo->load(); in initialize()