Searched refs:sDeviceInfo (Results 1 – 1 of 1) sorted by relevance
29 static DeviceInfo* sDeviceInfo = nullptr; variable33 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()